FMX.Forms.TCommonCustomForm.SetBounds
Delphi
procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); virtual;
C++
virtual void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight);
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