vcl-dxbar-b2b77bc2.md
Used to draw a dock control.
TdxDockControl = class(
TcxCustomControl
)
The TdxDockControl object draws a dock control, or location of a toolbar. Visually this control appears as a rectangle on the top/bottom/right/left side of a form. A dock control can hold several toolbars within it. A dock control consists of rows; and rows in turn consist of columns. A dock row and dock column are represented by the TdxDockRow object and TdxDockCol object, respectively.
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TdxDockControl
See Also