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

Description

Occurs after the selected cell changes.

OnSelectCell occurs before the change.

See Also