FMX.Grid.TCustomGrid.SetTopLeft

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid


Beschreibung

Ändert die Position des Bildschirmausschnitts, so dass die Zelle in der angegebenen Spalte und Zeile in linke obere Ecke platziert wird.

Siehe auch