《Borland C++ Builder 6 Developer’s Guide》
Chapter 1
Introduction 1-1
What’s in this manual?... 1-1
Manual conventions ... 1-3
Developer support services ... 1-3
Ordering printed documentation... 1-3
Part I
Programming with C++Builder
Chapter 2
Developing applications with
C++Builder 2-1
Integrated development environment ... 2-1
Designing applications... 2-2
Creating projects ... 2-3
Editing code ... 2-3
Compiling applications ... 2-4
Debugging applications ... 2-4
Deploying applications... 2-5
Chapter 3
Using the class libraries 3-1
Understanding the class libraries ... 3-1
Properties, methods, and events... 3-2
Properties... 3-2
Methods... 3-3
Events... 3-3
User events ... 3-3
System events ... 3-3
Objects, components, and controls... 3-4
TObject branch... 3-5
TPersistent branch... 3-6
TComponent branch ... 3-7
TControl branch... 3-8
TWinControl/TWidgetControl branch ... 3-9
......(以下省略)
1