Invokes the OnDragDrop handler, when a dragged object is dropped onto this control.
Source position: controls.pp line 1542
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. |
CT Web help |
CodeTyphon Studio |