Data.DB.TField.RefreshLookupList

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TField

Delphi

procedure RefreshLookupList;

C++

void __fastcall RefreshLookupList();

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.

See Also