FMX.Grid.TStringGrid.OnEditingDone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEditingDone;

C++

__property OnEditingDone;

Properties

Type Visibility Source Unit Parent
event published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TStringGrid

Description

Occurs immediately when you accomplish editing of any of cells in this grid.

FMX.Grid.TStringGrid.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.

See Also