Vcl.Controls.TDockZone.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Description

Specifies the height of a TDockZone object.

Height is a read-only property that specifies the height of a TDockZone object with a horizontal orientation.

See Also