Data.SqlExpr.TFLDDesc

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTFLDDesc
[–] Properties
Type: class
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: Data.SqlExpr

Delphi

TFLDDesc = class

C++

class PASCALIMPLEMENTATION TFLDDesc : public System::TObject

Description

Field description wrapper.

TFLDDesc represents a field description wrapper. It is used by TCustomSQLDataSet to hold the field description when implementing its InternalInitFieldDefs method.

See Also