FMX.Grid.TOnEditingDone
Delphi
TOnEditingDone = procedure(Sender: TObject; const ACol, ARow: Integer) of object;
C++
typedef void __fastcall (__closure *TOnEditingDone)(System::TObject* Sender, const int ACol, const int ARow);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | FMX.Grid |
Description
Type of events used for taking specific actions when you edit the contents of one of the cells in a grid.
TOnEditingDone is the OnEditingDone event's type, used for taking specific actions when you edit the contents of one of the cells in a grid.