Data.DB.TField.RefreshLookupList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RefreshLookupList;

C++

void __fastcall RefreshLookupList();

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.

See Also