Data.DB.TField.GetLookupListClass
Delphi
function GetLookupListClass: TLookupListClass; virtual;
C++
virtual TLookupListClass __fastcall GetLookupListClass(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TField |
Description
Returns the TLookupListClass data type.
The GetLookupListClass method returns the TLookupListClass for the dataset, if it is not nil. If the dataset is not assigned, then TDefaultLookupList is returned.