FMX.Grid.Style.TStyledGrid.CellDblClick
Delphi
procedure CellDblClick(const Column: TColumn; const Row: Integer); virtual;
C++
virtual void __fastcall CellDblClick(Fmx::Grid::TColumn* const Column, const int Row);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Grid.Style.pas FMX.Grid.Style.hpp |
FMX.Grid.Style | TStyledGrid |
Description
Calls the OnCellDblClick event handler if it is assigned.