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