Vcl.Controls.TControl.DockOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DockOrientation: TDockOrientation read FDockOrientation write FDockOrientation;

C++

__property TDockOrientation DockOrientation = {read=FDockOrientation, write=FDockOrientation, nodefault};

Properties

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

Description

DockOrientation specifies how the control is docked relative to other controls docked in the same parent.

Use DockOrientation to determine the position of the control relative to other controls docked to the same parent. Docking zones can be arranged from left to right or from top to bottom.