Skip to main content

TdxCustomDockControl.Controller Property

Returns the docking controller that holds the common settings of dock controls and manages the dock operations.

Declaration

property Controller: TdxDockingController read;

Property Value

Type
TdxDockingController

Remarks

The TdxDockingController object available via the Controller property is used for the following purposes:

  • Central processing of dock operations;

  • Updating, saving and restoring the dock controls layout;

  • Storing common settings for all dock controls.

Most of settings stored by the docking controller can be accessed at design-time using the TdxDockingManager component. If you do not use the docking manager in your application, you can only access these settings via code using the Controller property.

Please refer to the TdxDockingController class description for details on how the docking controller can be used in your applications.

See Also