FMX.Grid.TCustomGrid.SelectColumn
Delphi
procedure SelectColumn(const Value: Integer); inline;
C++
void __fastcall SelectColumn(const int Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Selects the cell with the specified column index and old row index.