Data.DB.TFieldsClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
classref
typedef
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TFieldsClass = class of TFields;

C++

typedef System::TMetaClass* TFieldsClass;

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