Vcl.DBCtrls.TNavDataLink.EditingChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EditingChanged; override;

C++

virtual void __fastcall EditingChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TNavDataLink

Description

Informs TDBNavigator of changes to the editing state of the DataSource.

Applications should not call the EditingChanged procedure directly. Changes to the editing state of the DataSource trigger this procedure, which in turn causes the navigator to enable or disable editing buttons as appropriate.

See Also