User Tools

Site Tools


api:dk11:delphi:gisdb.tgis_datatype

Table of Contents

TGIS_DataType enum

DK for Delphi | GisDb.TGIS_DataType | Enums

Predefined data types.

Available also on: .NET | Java.

Syntax

// 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
};

Members

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.

2025/01/31 01:06

Page Tools