Data.DB.TFieldDefClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFieldDefClass = class of TFieldDef;

C++

typedef System::TMetaClass* TFieldDefClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Metaclass for the TFieldDef class.

TFieldDefClass defines the metaclass for the TFieldDef class. Its value is the class reference for TFieldDef or for one of its descendants.

See Also