Data.SqlExpr.TFLDDesc.iSubType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property iSubType: Word read FSubType write FSubType;

C++

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

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