Built-In Types
From Delphi Prism
This is a Language topic
Feel free to add your notes to this topic below.
The standard type aliases in Delphi Prism are defined in the virtual RemObjects.Oxygene.System namespace which is in the uses list by default.
| |
---|---|
Byte | System.Byte |
Boolean | System.Boolean |
Char | System.Char |
String | System.String |
WideChar | System.Char |
WideString | System.String |
ShortInt | System.SByte |
Word | System.UInt16 |
SmallInt | System.Int16 |
Integer | System.Int32 |
Cardinal | System.UInt32 |
LongWord | System.UInt32 |
Int64 | System.Int64 |
UInt64 | System.UInt64 |
Single | System.Single |
Double | System.Double |
NativeInt | System.IntPtr |
NativeUInt | System.UIntPtr |
Extended | System.Double |
Real | System.Double |
Pointer | ^System.Void |
See Also
Area: Delphi Prism Language
Compiler version: Oxygene 3.0
Language Glossary — Keywords — Types — FAQ — How To