[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The docking layout manager for this control.
Source position: controls.pp line 1883
public property TWinControl.DockManager: TDockManager |
A docksite can be managed (using an DockManager) or unmanaged (positioning docked controls in the event handlers). The DockManager determines the placement of docked controls, by setting DropOnControl and DropAlign before the drop, and by resizing and positioning the control when it's dropped.
A DockManager is used only when UseDockManager also is True. Setting UseDockManager to True creates an DockManager of the DefaultDockManagerClass for this docksite, if none was previously installed.
An unmanaged docksite, without an DockManager, can handle the placement of dropped controls in the OnDockOver and OnDockDrop event handlers.
|
Create DockManager for docking (read/write) |
|
|
Is this a dock site? (read/write, default is False) |
|
|
Event handler for the drop of a control to be docked. |
|
|
Event handler for moves of a control over this docksite. |
|
DefaultDockTreeClass |
|
lazarus-ccr.sourceforge.net |