Vcl.Controls.TDockZone.Height

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

Delphi

property Height: Integer index Ord(doHorizontal) read GetHeightWidth;

C++

__property int Height = {read=GetHeightWidth, index=1, nodefault};

プロパティ

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

説明

TDockZone オブジェクトの高さを指定します。

Height は、水平方向の TDockZone オブジェクトの高さを指定する読み取り専用プロパティです。

関連項目