FMX.Grid.Style.TStyledGrid.SetTopLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTopLeft(const ACol, ARow: Integer);

C++

void __fastcall SetTopLeft(const int ACol, const int ARow);

Properties

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

Description

Changes the viewport position so that the cell at the specified column number and row number is located on the top-left corner.

See Also