Data.SqlExpr.TFLDDesc.iFldType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property iFldType: Word read FFldType write FFldType;

C++

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

Properties

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

Description

Specifies the type of the field.

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

See Also