Data.SqlExpr.TFLDDesc.FSubType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FSubType:         Word;             { Field subtype (if applicable) }

C++

System::Word FSubType;

Properties

Type Visibility Source Unit Parent
field public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TFLDDesc

Description

Specifies the subtype of the field.

FSubType specifies the subtype of the field, if applicable. The subtype of fields is mapped in FldSubTypeMap and also in BlobTypeMap, for BLOB objects.

See Also