Vcl.Controls.TMargins.SetControlBounds

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.