FMX.Grid.TGrid.OnSelectCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelectCell;

C++

__property OnSelectCell;

Properties

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

Description

Occurs immediately after a cell in a column is selected.

FMX.Grid.TGrid.OnSelectCell inherits from FMX.Grid.TCustomGrid.OnSelectCell. All content below this line refers to FMX.Grid.TCustomGrid.OnSelectCell.

Occurs immediately after a cell in a column is selected.

Write an OnSelectCell event handler to take specific actions when the cell of a column in this grid is selected.

Events occur in the following order:

  1. OnTap
  2. OnSelectCell
  3. OnSelChanged

See Also