FMX.Forms.TForm.Width

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

Delphi

property Width: Integer read FWidth write SetWidth stored False;

C++

__property Width;

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

説明

フォームの水平方向のサイズを示します(ピクセルで)。

FMX.Forms.TForm.Width は FMX.Forms.TCommonCustomForm.Width を継承しています。以下の内容はすべて FMX.Forms.TCommonCustomForm.Width を参照しています。

フォームの水平方向のサイズを示します(ピクセルで)。

Width プロパティを使用すると、フォームの幅を読み取り、または変更することができます。

関連項目