Typedefs

From RAD Studio
Jump to: navigation, search

Go Up to Support for Delphi Data Types and Language Concepts


Most of the Delphi intrinsic data types are implemented in C++Builder using a typedef to a native C++ type. These are found in sysmac.h. Whenever possible you should use the native C++ type, rather than the Delphi type.