Vcl.Controls.TControl.Height

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

Delphi

property Height: Integer read FHeight write SetHeight;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl


説明

コントロールの垂直方向のサイズをピクセル単位で示します。

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

関連項目


コード サンプル