FMX.Grid.TCustomGrid.SelectCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectCell(Col, Row: Integer); inline;

C++

void __fastcall SelectCell(int Col, int Row);

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 index of column and rows.

The DoSelectCell method occurs before the change and the DoSelChanged method occurs after the change.

See Also