GX_VARIANT_TYPES
gxVariant types
Public Enum GX_VARIANT_TYPES
Values
- GX_VARIANT_NULL = H0x00
- NULL type (size: 0; nitems: 1).
- GX_VARIANT_INT = H0x01
- Integer type (size: 0, 1, 2, 4, 8; nitems: 1).
- GX_VARIANT_UINT = H0x02
- Unsigned integer type (size: 0, 1, 2, 4, 8; nitems: 1).
- GX_VARIANT_FLOAT = H0x03
- Floating-point type (size: 0, 4, 8; nitems: 1).
- GX_VARIANT_DATETIME = H0x04
- Datetime type (size: 0, 8; nitems: 1).
- GX_VARIANT_ARRAY = H0x40
- NULL type array /NULL array/ (size: 0; nitems: x).
- GX_VARIANT_INTARRAY = H0x41
- Integer type array (size: 0, 1, 2, 4, 8; nitems: x).
- GX_VARIANT_UINTARRAY = H0x42
- Unsigned integer type array (size: 0, 1, 2, 4, 8; nitems: x).
- GX_VARIANT_FLOATARRAY = H0x43
- Float type array (size: 0, 4, 8; nitems: x).
- GX_VARIANT_DATETIMEARRAY = H0x44
- Datetime type array (size: 0, 8; nitems: x).
- GX_VARIANT_LIST = H0x80
- List type (size=nitems: number of items).
- GX_VARIANT_BINARY = H0x81
- Binary (size=number of bytes; nitems: 1).
- GX_VARIANT_ASCII = H0x82
- String in ASCII format (size=number of characters; nitems: 1).
- GX_VARIANT_UNICODE = H0x83
- String in unicode format (size=number of characters; nitems: 1).
- GX_VARIANT_CONTAINER = H0x84
- Internally used binary structure (size=number of codes; nitems: 1).
Remarks
See Also
Class GxVariant Overview
GxVariant Properties
GxVariant Methods
GetErrorString
gxvar