Vcl.DBCtrls.TDBLookupControl.UpdateDataFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateDataFields; virtual;

C++

virtual void __fastcall UpdateDataFields();

Properties

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

Description

Updates the control when the DataField property changes.

UpdateDataFields is called automatically when the DataField property changes. It updates the internal properties that keep track of the field that the lookup control represents.

See Also