Vcl.Bind.Navigator.TCustomBindNavigator.EnabledChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnabledChanged; override;

C++

virtual void __fastcall EnabledChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator TCustomBindNavigator

Description

Internally executes whenever this database navigator changes its enabled state.

EnabledChanged is used internally to set the buttons of this binding database navigator to their correct state (up or down) when the buttons are enabled or disabled, respectively.

See Also