[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Map field types on variant types
Source position: db.pas line 1824
const FieldTypetoVariantMap: array [TFieldType] of Integer = ; |
FieldTypetoVariantMap contains for each field datatype the variant value type that corresponds to it. If a field type cannot be expressed by a variant type, then varError is stored in the variant value.
|
Field data type description |
|
|
Value of the field as a variant value |
|
|
Value as a variant |
lazarus-ccr.sourceforge.net |