Controls.TDockOrientation
From RAD Studio VCL Reference
Delphi Information
From Controls.pas
TDockOrientation = { doNoOrient, doHorizontal, doVertical };
Unit: Controls
Type: enum
C++ Information
From Controls.hpp
enum TDockOrientation{ doNoOrient, doHorizontal, doVertical };
Unit: Controls
Type: enum
Description
TDockOrientation specifies the orientation of controls in a docking zone.
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. |