Data.DB.TField.RefreshLookupList
Delphi
procedure RefreshLookupList;
C++
void __fastcall RefreshLookupList(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.DB.pas Data.DB.hpp |
Data.DB | TField |
Description
Loads LookupList with all the values for LookupResultField that match distinct values of LookupKeyFields.
Call RefreshLookupList to load the lookup cache when setting the LookupCache property at runtime or when the values of the LookupResultField or the LookupKeyFields in the LookupDataSet may have changed.