FMX.Forms.TCommonCustomForm.SetBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); overload; virtual;
procedure SetBounds(const ARect: TRect); overload;

C++

virtual void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight)/* overload */;
void __fastcall SetBounds(const System::Types::TRect &ARect)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Sets the boundaries for this form.

SetBounds has the following parameters:

  • ALeft--the left boundary
  • ATop--the top boundary
  • AWidth--the right boundary
  • AHeight--the bottom boundary