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 */;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
Beschreibung
Legt die Begrenzungen für dieses Formular fest.
Für SetBounds sind die folgenden Parameter verfügbar:
ALeft– die linke BegrenzungATop– die obere BegrenzungAWidth– die rechte BegrenzungAHeight– die untere Begrenzung