Data.DB.TFieldListClass

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

TFieldListClass = class of TFieldList;

C++

typedef System::TMetaClass* TFieldListClass;

Description

Metaclass for the TFieldList class.

TFieldListClass defines the metaclass for the TFieldList class. Its value is the class reference for TFieldList or for one of its descendants.

See Also