Data.DB.TFieldsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFieldsClass = class of TFields;

C++

typedef System::TMetaClass* TFieldsClass;

Properties

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

Description

Metaclass for the TFields class.

TFieldsClass defines the metaclass for the TFields class. Its value is the class reference for TFields or for one of its descendants.

See Also