FMX.Forms.TCommonCustomForm.SetBounds

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 Begrenzung
  • ATop – die obere Begrenzung
  • AWidth – die rechte Begrenzung
  • AHeight – die untere Begrenzung