RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.DockOrientation Property

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

Pascal
property DockOrientation: TDockOrientation;
C++
__property TDockOrientation DockOrientation;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!