Data.SqlExpr.TFLDDesc

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTFLDDesc

Delphi

TFLDDesc = class

C++

class PASCALIMPLEMENTATION TFLDDesc : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

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