Fmx.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
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.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 states (up/down) when in edit mode.

See Also