Skip to main content

TdxDockingController Class

A docking controller.

Declaration

TdxDockingController = class(
    TcxMessageWindow,
    IcxLookAndFeelNotificationListener
)

Remarks

The docking controller provides access to all dock controls and docking managers in the application. The controller contains information about the current dock or resize operation and allows you to save and restore the layout of dock controls.

The docking controller is a bridge between dock controls and docking managers. A dock control relies on the docking controller when it needs to obtain settings or raise events of a dock manager. The docking controller dispatches a task to the target dock manager.

Refer to the following topic for detailed information: Docking Controller and Docking Managers.

The class members allow you to do the following:

An application has only one TdxDockingController class instance. You can call the dxDockingController global function to access the docking controller.

Inheritance

See Also