Signals the OnDragDrop handler when a dragged object is dropped onto this control.
Source position: controls.pp line 1610
public procedure TControl.DragDrop( |
Source: TObject; |
X: Integer; |
Y: Integer |
); virtual; |
Source |
|
The dropped object (control or DragDrop object). |
X |
|
The drop position in client coordinates. |
Y |
|
The drop position in client coordinates. |
|
Event handler signalled when an object is dropped onto the control. |
| Version 4.4 | Generated 2025-11-08 | Home |