Data.DB.DefaultLookupListClass
Delphi
DefaultLookupListClass : TLookupListClass = TDefaultLookupList;
C++
extern DELPHI_PACKAGE TLookupListClass DefaultLookupListClass;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
Variable of TLookupListClass type used as a result value for TField.GetLookupListClass.
The DefaultLookupListClass variable is of TLookupListClass type and is initialized with TDefaultLookupList. It is used as the result value for the TField.GetLookupListClass method.