Vcl.DBGrids.TGridDataLink.EditingChanged
Delphi
procedure EditingChanged; override;
C++
virtual void __fastcall EditingChanged(void);
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.