Skip to main content
A newer version of this page is available. .

TdxBarDockControl Class

The TdxBarDockControl object represents an external dock control on a form.

Declaration

TdxBarDockControl = class(
    TdxDockControl
)

Remarks

The ExpressBars Suite allows you to use external dock controls. An external dock control is an addition to internal default dock controls of a bar manager. You can place an external dock control to any position on a form and then embed a toolbar in it. Visually this control appears as a rectangle on the top/bottom/right/left side of the form or floats over it. Each dock control can hold several toolbars within it. TdxBarDockControl is a direct descendant of TdxDockControl and inherits all its functionality.

See Also