FMX.Grid.TGridModel.OnSelectCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelectCell: TSelectCell read FOnSelectCell write FOnSelectCell;

C++

__property TSelectCell OnSelectCell = {read=FOnSelectCell, write=FOnSelectCell};

Properties

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

Description

Occurs before the selected cell changes.

OnSelChanged occurs after the change.

See Also