Vcl.DBCtrls.TDataSourceLink.ActiveChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ActiveChanged; override;

C++

virtual void __fastcall ActiveChanged(void);

Properties

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

Description

Informs the TDBLookupControl of changes in the Active property of its DataSource.

Applications cannot call the ActiveChanged procedure directly. Changes in the Active property trigger this procedure. When the Active property becomes true, ActiveChanged causes the TDBLookupControl object to re-acquire its DataField property. This ensures that the lookup control is working with the correct field component.

See Also