Data.DB.TLookupListClass

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

TLookupListClass = class of TLookupList;

C++

typedef System::TMetaClass* TLookupListClass;

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