Vcl.Controls.TDockZone.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Integer index Ord(doHorizontal) read GetTopLeft;

C++

__property int Top = {read=GetTopLeft, index=1, nodefault};

Properties

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

Description

Specifies the top coordinate of a TDockZone object.

Top is a read-only property that specifies the top coordinate of a TDockZone object with a horizontal orientation.

See Also