FMX.Grid.TCustomGrid.OnCellClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCellClick: TCellClick read GetOnCellClick write SetOnCellClick;

C++

__property TCellClick OnCellClick = {read=GetOnCellClick, write=SetOnCellClick};

Properties

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

Description

Occurs when a user releases the mouse in one of the grid cells.

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

See Also