API:FMX.Grid.TStringGrid.OnCellClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCellClick;

C++

__property OnCellClick;

Properties

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

Description

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

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

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