Data.DB.TFieldListClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFieldListClass = class of TFieldList;

C++

typedef System::TMetaClass* TFieldListClass;

Properties

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

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