FMX.Grid.Style.TStyledGrid.SetTopLeft

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetTopLeft(const ACol, ARow: Integer);

C++

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

Eigenschaften

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


Beschreibung

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

Siehe auch