Vcl.Bind.Navigator.TCustomBindNavigator.EditingChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditingChanged;

C++

void __fastcall EditingChanged();

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 enters or leaves editing mode.

EditingChanged is used internally to set the buttons of this binding database navigator to their correct state (up or down) when in edit mode.

See Also