FMX.Grid.TCustomGrid.OnSelChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelChanged: TNotifyEvent read GetOnSelChanged write SetOnSelChanged;

C++

__property System::Classes::TNotifyEvent OnSelChanged = {read=GetOnSelChanged, write=SetOnSelChanged};

Properties

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

Description

Occurs when the selected row in the grid changes.

Events occur in the following order:

  1. OnTap
  2. OnSelectCell
  3. OnSelChanged

See Also