FMX.Grid.TCustomGrid.OnCellDblClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCellDblClick: TCellClick read GetOnCellDblClick write SetOnCellDblClick;

C++

__property TCellClick OnCellDblClick = {read=GetOnCellDblClick, write=SetOnCellDblClick};

Properties

Type Visibility Source Unit Parent
event public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

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