FMX.Forms.TCommonCustomForm.SetBoundsF

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetBoundsF(const ALeft, ATop, AWidth, AHeight: Single); overload; virtual;
procedure SetBoundsF(const ARect: TRectF); overload;

C++

virtual void __fastcall SetBoundsF(const float ALeft, const float ATop, const float AWidth, const float AHeight)/* overload */;
void __fastcall SetBoundsF(const System::Types::TRectF &ARect)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.