Vcl.DBCtrls.TCustomDBLookupComboBox.UpdateListFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateListFields; override;

C++

virtual void __fastcall UpdateListFields();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TCustomDBLookupComboBox

Description

Updates the control when the list of lookup values changes.

Vcl.DBCtrls.TCustomDBLookupComboBox.UpdateListFields inherits from Vcl.DBCtrls.TDBLookupControl.UpdateListFields. All content below this line refers to Vcl.DBCtrls.TDBLookupControl.UpdateListFields.

Updates the control when the list of lookup values changes.

UpdateListFields is called automatically when the list of lookup values changes. It synchronizes all the properties of the control so that they reflect the new list of values.

See Also