SysManagedCodeVariableDataType Enumeration
Help Text: Select data type for variables and properties
Style: ComboBox
Values
Name | Value | Description |
---|---|---|
Currency | 6 | Currency |
Decimal | 1 | Decimal |
Text | 2 | Text |
Integer | 3 | Integer |
Boolean | 4 | Boolean |
Date | 5 | Date |
String | 7 | String |
Char | 8 | Char |
Short | 9 | Short |
Long | 10 | Long |
Byte | 11 | Byte |
Float | 12 | Float |
Double | 13 | Double |
ClassType | 14 | Class type |