[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |