[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Invokes the OnDragDrop handler, when a dragged object is dropped onto this control.
Source position: controls.pp line 1471
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. |
|
This handler determines the action on an drop onto this control, in a drag-drop operation. |
lazarus-ccr.sourceforge.net |