DataTypes

Although data types are visualized as strings in most places in Apis, it is sometimes necessary to know the code for a data type. The following table is a brief overview, mapping the types to their code value.

DescriptionValue
Character16
Unsigned character17
2 byte integer2
4 byte integer3
8 byte integer20
2 byte unsigned integer18
4 byte unsigned integer19
8 byte unsigned integer21
4 byte real4
8 byte real5
Boolean11
String8
Date7
Variant12
Decimal14
Error10
Currency6
Filetime64
Array8192
Vector4096
Null terminated string30
Wide null terminated string31