FMX.Forms.TCommonCustomForm.Width

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

Delphi

property Width: Integer read FWidth write SetWidth stored False;

C++

__property int Width = {read=FWidth, write=SetWidth, stored=false, nodefault};

プロパティ

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

説明

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

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

関連項目