Skip to main content

TdxDockingManager Class

A docking manager.

Declaration

TdxDockingManager = class(
    TcxScalableComponent,
    IdxSkinSupport,
    IcxLookAndFeelContainer
)

Remarks

The TdxDockingManager component specifies the appearance and behavior for dock controls. You can place only one TdxDockingManager component on each form. The following table describes sources from which dock controls apply appearance and behavior settings:

Condition

Sources

The application has no docking managers.

The docking controller specifies the appearance and behavior for all dock controls.

The application has a single docking manager.

This docking manager determines appearance and behavior settings for all dock controls.

The application has docking managers on each form.

Each docking manager specifies settings for dock controls on the corresponding form.

The application has fewer docking managers than forms.

Each docking manager specifies settings for dock controls on the corresponding form. The docking controller specifies the appearance and behavior of dock controls on each form that has no docking manager.

Refer to the following topic for detailed information: Docking Manager Features.

The TdxDockingManager class members allow you to do the following:

See Also