FMX.Grid.TGridModel.OnCellDblClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCellDblClick: TCellClick read FOnCellDblClick write FOnCellDblClick;

C++

__property TCellClick OnCellDblClick = {read=FOnCellDblClick, write=FOnCellDblClick};

Properties

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

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