Data.DB.DefaultFieldDefClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DefaultFieldDefClass         : TFieldDefClass         = TFieldDef;

C++

extern DELPHI_PACKAGE TFieldDefClass DefaultFieldDefClass;

Properties

Type Visibility Source Unit Parent
variable public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Variable of TFieldDefClass type used as a result value for TFieldDefs.GetFieldDefClass.

The DefaultFieldDefClass variable is of TFieldDefClass type and is initialized with TFieldDef. It is used as the result value for the TFieldDefs.GetFieldDefClass method.

See Also