FMX.Layouts.TGridPanelLayout.TControlItem.SetLocation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Définit l'emplacement (Column et Row) de l'élément de contrôle TControlItem dans la disposition volet grille TGridPanelLayout.

Voir aussi