Vcl.Controls.TDockZone.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: Integer index Ord(doVertical) read GetTopLeft;

C++

__property int Left = {read=GetTopLeft, index=2, nodefault};

Properties

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

Description

Specifies the left coordinate of a TDockZone object.

Left is a read-only property that specifies the left coordinate of a TDockZone object with a vertical orientation.

See Also