Data.SqlExpr.TFLDDesc.iFldType

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 iFldType: Word read FFldType write FFldType;

C++

__property System::Word iFldType = {read=FFldType, write=FFldType, nodefault};

Description

Specifies the type of the field.

iFldType specifies the type of the field. All the fields types are mapped in DataTypeMap.

See Also