FMX.Grid.TOnEditingDone

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnEditingDone)(System::TObject* Sender, const int Col, const int Row);

Properties

Type Visibility Source Unit Parent
typedef public 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.

See Also