Data.SqlExpr.TFLDDesc.FSubType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TFLDDesc

Delphi

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

C++

System::Word FSubType;

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