[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Notifies an OnUnDock handler and DockManager of an undocked client control.
Source position: controls.pp line 2086
protected function TWinControl.DoUnDock( |
NewTarget: TWinControl; |
Client: TControl; |
KeepDockSiteSize: Boolean = True |
):Boolean; virtual; |
NewTarget |
|
The new docksite, Nil for floating. |
Client |
|
The control being undocked. |
Set to False to deny undocking.
The OnUnDock handler can deny to undock the control. This can cause trouble, the control better should not be draggable instead.
|
Notifies the DockManager of the undock of a client control. |
|
|
Event handler for control being undocked from this DockSite. |
lazarus-ccr.sourceforge.net |