Vcl.Controls.TMargins.SetControlBounds

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetControlBounds(ALeft, ATop, AWidth, AHeight: Integer; Aligning: Boolean = False); overload;
procedure SetControlBounds(const ARect: TRect; Aligning: Boolean = False); overload;

C++

void __fastcall SetControlBounds(int ALeft, int ATop, int AWidth, int AHeight, bool Aligning = false)/* overload */;
void __fastcall SetControlBounds(const System::Types::TRect &ARect, bool Aligning = false)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMargins

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !