FMX.Layouts.TGridPanelLayout.TControlItem.SetLocation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TControlItem

Description

Sets the location (Column and Row) of the TControlItem control item in the TGridPanelLayout grid panel layout.

See Also