DK11 for Java | tatukgis.jdk.TGIS_VariantType | Enums
Simplified variant types. Used by to GetVariantType() to simplify variant test by grouping similar types.
// Java public enum TGIS_VariantType { Unknown, Unsupported, Nothing, Int, UInt, Int64, UInt64, Float, Fixed, DateTime, Boolean, AnsiString, WideString }
// Oxygene type TGIS_VariantType = public ( Unknown, Unsupported, Nothing, Int, UInt, Int64, UInt64, Float, Fixed, DateTime, Boolean, AnsiString, WideString };
Name | Value | Description | |
---|---|---|---|
Unknown | |||
Unsupported | |||
Nothing | |||
Int | |||
UInt | |||
Int64 | |||
UInt64 | |||
Float | |||
Fixed | |||
DateTime | |||
Boolean | |||
AnsiString | |||
WideString | |||