The Wayback Machine - https://web.archive.org/web/20110708174159/http://prismwiki.codegear.com/en/Built-In_Types

Built-In Types

From Delphi Prism

Jump to:navigation, search

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.


Alias
Real Type
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


Prism-48h.png

Area: Delphi Prism Language
Compiler version: Oxygene 3.0

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
Toolbox