Skip to main content

TdxDockControl Class

Used to draw a dock control.

Declaration

TdxDockControl = class(
    TcxCustomControl
)

Remarks

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.

See Also