Skip to main content

Create(TdxDockingManager) Constructor

Creates an instance of the TdxCustomDockControlProperties class.

Declaration

constructor Create(AOwner: TdxDockingManager); virtual;

Parameters

Name Type
AOwner TdxDockingManager

Remarks

The constructor is used to create and initialize a new instance of the TdxCustomDockControlProperties class. The AOwner parameter specifies the docking manager. This is needed to access manager settings that affect all the dock controls. For instance, when setting the ManagerColor property of a dock control to True, the dock control’s Color property must be initialized to the manager’s Color property value.

You will have no need to create instances of the TdxCustomDockControlProperties class in applications. Its descendants are automatically created when the docking manager component initializes its properties.

See Also