FMX.Grid.TGrid.OnEditingDone
Delphi
property OnEditingDone: TOnEditingDone read GetOnEditingDone write SetOnEditingDone;
C++
__property OnEditingDone;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGrid |
Description
Occurs immediately when you accomplish editing of any of cells in this grid.
FMX.Grid.TGrid.OnEditingDone inherits from FMX.Grid.TCustomGrid.OnEditingDone. All content below this line refers to FMX.Grid.TCustomGrid.OnEditingDone.
Occurs immediately when you accomplish editing of any of cells in this grid.
Write an OnEditingDone event handler to take specific actions when you edit cells in this grid.
For instance, when you paste a string into one of the cells, an OnEditingDone event immediately occurs.