Data.DB.TField.GetLookupListClass
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TField |
Delphi
function GetLookupListClass: TLookupListClass; virtual;
C++
virtual TLookupListClass __fastcall GetLookupListClass();
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.