Vcl.WinXCtrls.TCustomSplitView.DockManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DockManager;

C++

__property DockManager;

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomSplitView

Description

Specifies the control's docking manager interface.

Vcl.WinXCtrls.TCustomSplitView.DockManager inherits from Vcl.Controls.TWinControl.DockManager. All content below this line refers to Vcl.Controls.TWinControl.DockManager.

Specifies the control's docking manager interface.

Use DockManager to specify the control's docking manager. The docking manager handles the layout of docking zones (where controls are docked) and any painting associated with docking zones.

If you set DockSite and UseDockManager to true, but do not assign a value to DockManager, the windowed control generates a default docking manager, using the global DefaultDockTreeClass variable.

See Also

Code Examples