FMX.Grid.TStringGrid.OnSelChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelChanged: TNotifyEvent read FOnSelChanged write FOnSelChanged;

C++

__property OnSelChanged;

Properties

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

Description

Occurs when the selected row in the grid changes.

FMX.Grid.TStringGrid.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.