FMX.Layouts.TGridPanelLayout.TControlItem.SetLocation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetLocation(AColumn, ARow: Integer; APushed: Boolean = False);

C++

void __fastcall SetLocation(int AColumn, int ARow, bool APushed = false);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TControlItem


Beschreibung

Legt die Position (Spalte und Zeile) des TControlItem-Steuerelementeintrags im TGridPanelLayout-Gitterbereichs-Layout fest.

Siehe auch