RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TDockOrientation Enumeration

TDockOrientation specifies the orientation of controls in a docking zone.

Pascal
TDockOrientation = (
  doNoOrient,
  doHorizontal,
  doVertical
);
C++
enum TDockOrientation {
  doNoOrient,
  doHorizontal,
  doVertical
};

TDockOrientation can have one of the following values:

Value 
Meaning 
doNoOrient  
The zone contains a control instead of child zones.  
doHorizontal  
The zone's children are arranged top to bottom.  
doVertical  
The zone's children are arranged left to right.  

 

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