Data.DB.TLookupListClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLookupListClass = class of TLookupList;

C++

typedef System::TMetaClass* TLookupListClass;

Properties

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

Description

Metaclass for the TLookupList class.

TLookupListClass defines the metaclass for the TLookupList class. Its value is the class reference for TLookupList or for one of its descendants.

See Also