Language Support for the RAD Studio Libraries (C++)

From RAD Studio
Jump to: navigation, search

Go Up to C++ Specifics Index


C++Builder leverages the Rapid Application Development (RAD) capabilities of the RAD Studio libraries, which are compiled in Delphi:

This section of the help:

  • Explains how Delphi language features, constructs, and concepts have been implemented in C++Builder to support these RAD Studio libraries.
  • Compares C++ and Delphi object models, describing how C++Builder combines these two approaches.
  • Describes how Delphi language constructs were translated into C++ counterparts in C++Builder.
  • Includes details on keyword extensions that were added to support the libraries. Some of these extensions, like closures and properties, are useful features independent of their support for libraries-based code.
Note: References to C++ classes derived from System.TObject refer to classes for which TObject is the ultimate, but not necessarily immediate, ancestor. For consistency with the compiler diagnostics, such classes are also referred to as "Delphi style classes."

Topics


See Also