Vcl.DBGrids.TGridDataLink.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.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

Informs the TCustomDBGrid of changes in the editing state of the dataset.

Applications cannot call the EditingChanged procedure directly. Changes in the Editing property trigger this procedure. EditingChanged allows the TCustomDBGrid to provide visual feedback to the user about the editing state of the dataset.

See Also