Dispatches a drag message, sent by the DragManager.
Source position: controls.pp line 2232
protected function TWinControl.DoDragMsg( |
ADragMessage: TDragMessage; |
APosition: TPoint; |
ADragObject: TDragObject; |
ATarget: TControl; |
ADocking: Boolean |
):LRESULT; override; |
On dmFindTarget, a TWinControl returns the child control under the mouse, or Self if none is found.
All other messages are handled by the inherited TControl.DoDragMsg method.
|
Handler for a drag message, sent by the DragManager to the current target control. |
| Version 4.4 | Generated 2025-11-08 | Home |