FMX.Grid.TCustomGrid.OnSelectCell
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 | TCustomGrid |
Description
Occurs immediately after a cell in a column is selected.
Write an OnSelectCell event handler to take specific actions when the cell of a column in this grid is selected.