TypeCodes
Overview
Type code enum for core types
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
Value | Description |
---|---|
AnsiChar | AnsiChar |
Boolean | Boolean |
Byte | Byte |
Char | Char |
Double | Double |
Int16 | Int16 |
Int32 | Int32 |
Int64 | Int64 |
IntPtr | IntPtr |
None | |
Object | Object |
SByte | SByte |
Single | Single type |
String | String |
UInt16 | UInt16 |
UInt32 | UInt32 |
UInt64 | UInt64 |
UIntPtr | UIntPtr |
Void | Void |