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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Data.DB.DefaultFieldDefClass&oldid=142341"