Skip to main content

CreateEx(TComponent,TdxBarManager,TdxBarDockingStyle) Constructor

Creates a dock control with a specified docking style.

Declaration

constructor CreateEx(AOwner: TComponent; ABarManager: TdxBarManager; ADockStyle: TdxBarDockingStyle);

Parameters

Name Type
AOwner TComponent
ABarManager TdxBarManager
ADockStyle TdxBarDockingStyle

Remarks

This constructor creates an instance of the TdxDockControl class and docks it according to that specified by the ADockStyle parameter. The BarManager property of the new dock control is set to ABarManager.

See Also