Vcl.DBCtrls.TNavDataLink.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 TNavDataLink

Description

Informs TDBNavigator of changes in the Active property.

Applications should not call the ActiveChanged procedure directly. Changes in the Active property trigger this procedure, which in turn causes the navigator to enable or disable its buttons, as appropriate.

See Also