FMX.Grid.TGrid.OnSelChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelChanged: TNotifyEvent read GetOnSelChanged write SetOnSelChanged;

C++

__property OnSelChanged;

Properties

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

Description

Occurs when the selected row in the grid changes.

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

Occurs when the selected row in the grid changes.

Events occur in the following order:

  1. OnTap
  2. OnSelectCell
  3. OnSelChanged

See Also