Vcl.Controls.TMargins.SetBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBounds(ALeft, ATop, ARight, ABottom: Integer);

C++

void __fastcall SetBounds(int ALeft, int ATop, int ARight, int ABottom);

Properties

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

Description

Sets the properties for the left, top, right, and bottom margins all at once.

Use the SetBounds method to specify the values for the Left, Top, Right, and Bottom properties as the value of the ALeft, ATop, ARight, and ABottom parameters, respectively.