FMX.Forms.TCommonCustomForm.Height

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

Delphi

property Height: Integer read FHeight write SetHeight stored False;

C++

__property int Height = {read=FHeight, write=SetHeight, stored=false, nodefault};

プロパティ

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

説明

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

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

関連項目