Finish docking.
Source position: controls.pp line 601
protected procedure TDragDockObject.EndDrag( |
Target: TObject; |
X: Integer; |
Y: Integer |
); override; |
Target |
|
The target docksite, or Nil to make the Control float. |
X |
|
Horizontal coordinate for the mouse pointer. |
Y |
|
Vertical coordinate for the mouse pointer. |
Invokes Control.DoEndDock.
|
Signals the OnEndDock event handler when the control has been undocked. |
| Version 4.4 | Generated 2025-11-08 | Home |