Vcl.Controls.TDockZone.Left

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Beschreibung

Gibt die linke Koordinate eines TDockZone-Objekts an.

Left ist eine schreibgeschützte Eigenschaft, die die linke Koordinate eines TDockZone-Objekts mit einer vertikalen Ausrichtung angibt.

Siehe auch