Integer types Byte and UByte Floating-point types8-bit wide data types that store integer values. Short and UShort16-bit wide data types that store integer values. Long and Ulong32-bit wide data types that store integer values. Integer and UInteger32-bit or 64-bit wide data types that store integer values. LongInt and ULongInt64-bit wide data types that store integer values. | Data Type Modifiers Const String typesSpecifies a read only type. Pointer and PtrModifies types to be pointer types. UnsignedSpecifies an unsigned integer type. String Class typesFixed-length and variable-length strings with built-in memory management. ZStringFixed-length and variable-length null-terminated strings. WStringFixed-length and variable-length null-terminated strings of wide characters. |