FMX.Grid.TStringGrid.OnCellDblClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCellDblClick: TCellClick read GetOnCellDblClick write SetOnCellDblClick;

C++

__property OnCellDblClick;

Properties

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

Description

Occurs when a user double-clicks one of the grid cells.

FMX.Grid.TStringGrid.OnCellDblClick inherits from FMX.Grid.TCustomGrid.OnCellDblClick. All content below this line refers to FMX.Grid.TCustomGrid.OnCellDblClick.

Occurs when a user double-clicks one of the grid cells.

This event can be called from presentation (depends on the implementation) when double clicking a grid cell.

See Also