FMX.Forms.TCommonCustomForm.SetBounds
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 boundaryATop--the top boundaryAWidth--the right boundaryAHeight--the bottom boundary