FMX.Forms.TCommonCustomForm.SetBounds

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

説明

現在のフォームの境界を設定します。

SetBounds には、次のパラメータがあります:

  • ALeft--左の境界
  • ATop--上の境界
  • AWidth--右の境界
  • AHeight--下の境界