FMX.Grid.TGridModel.SelectCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SelectCell(const ACol, ARow: Integer); overload;

C++

void __fastcall SelectCell(const int ACol, const int ARow)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel

Description

Select the cell with the specified column number and row number.

OnSelectCell occurs before the change and OnSelChanged occurs after the change.

See Also