FMX.Grid.TCustomGrid.OnSelChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelChanged: TNotifyEvent read FOnSelChanged write FOnSelChanged;

C++

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

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.