FMX.Grid.TCustomGrid.SelectColumn

From RAD Studio API Documentation
Jump to: navigation, search

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.