// Delphi type TGIS_DataType = ( Unknown, String, Boolean, SmallInt, Integer, LargeInt, Float, DateTime, Memo, Blob, Object );
// C++ Builder enum DECLSPEC_DENUM TGIS_DataType unsigned short { Unknown, String, Boolean, SmallInt, Integer, LargeInt, Float, DateTime, Memo, Blob, Object };
Name | Value | Description | |
---|---|---|---|
Unknown | Unknown data type. | ||
String | Text data type. | ||
Boolean | Boolean data type. | ||
SmallInt | Smallint data type. | ||
Integer | Integer data type. | ||
LargeInt | LargeInt data type. | ||
Float | Float data type. | ||
DateTime | DateTime data type. | ||
Memo | Memo data type. | ||
Blob | Blob data type. | ||
Object | Object data type. | ||