Data.SqlExpr.TFLDDesc.iSubType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property iSubType: Word read FSubType write FSubType;

C++

__property System::Word iSubType = {read=FSubType, write=FSubType, nodefault};

Properties

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

Description

Specifies the subtype of the field.

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

See Also