Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The RAD Studio online documentation includes a <a href="http://docwiki.embarcadero.com/RADStudio/XE8/en/Delphi_to_C%2B%2B_types_mapping" rel="noreferrer">Delphi to C++ types mapping</a> table which can help you to translate the C++ Code to Delphi.</p> <pre><code>Delphi type Platform Corresponding C++ type Boolean (Delphi) bool (C++) ShortInt (Delphi) ShortInt, signed char (C++) SmallInt (Delphi) short (C++) Integer (Delphi) int (C++) Byte (Delphi) Byte (C++) Word (Delphi) Word (C++) Cardinal (Delphi) unsigned (C++) Int64 (Delphi) __int64 (C++) UInt64 (Delphi) unsigned __int64 (C++) NativeInt (Delphi) 32-bit Win int (C++) 64-bit Win __int64 (C++) 64-bit iOS long (C++) NativeUInt (Delphi) 32-bit unsigned (C++) 64-bit Win unsigned __int64 (C++) 64-bit iOS unsigned long (C++) Single (Delphi) float (C++) Double (Delphi) double (C++) Extended (Delphi) Extended (C++) Currency (Delphi) Currency, CurrencyBase (C++) Comp (Delphi) Comp, CompBase (C++) Real (Delphi) double (C++) ShortString (Delphi) ShortString, ShortStringBase (C++) OpenString (Delphi) OpenString (C++) File (Delphi) file (C++) Text (Delphi) TextFile (C++) ByteBool (Delphi) ByteBool (C++) WordBool (Delphi) WordBool (C++) LongBool (Delphi) BOOL (C++) Real48 (Delphi) not supported in C++ Pointer (Delphi) void* (C++) PWideChar (Delphi) WideChar* (C++) PAnsiChar (Delphi) char* (C++) Variant (Delphi) defined in sysvari.h (C++) OleVariant (Delphi) defined in sysvari.h (C++) LongInt (Delphi) int (C++) 64-bit iOS long (C++) LongWord (Delphi) unsigned (C++) 64-bit iOS unsigned long (C++) FixedInt (Delphi) int (C++) FixedUInt (Delphi) unsigned int (C++) TextFile (Delphi) TextFile (C++) </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload