Vcl.Controls.TWinControl.DockManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DockManager: IDockManager read FDockManager write FDockManager;

C++

__property _di_IDockManager DockManager = {read=FDockManager, write=FDockManager};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

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