[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
This handler determines the action on an drop onto this control, in a drag-drop operation.
Source position: controls.pp line 1402
protected property TControl.OnDragDrop: TDragDropEvent |
Unlike for a drag-dock operation, no default action is associated with an drag-drop; the OnDragDrop handler is the only way to do something meaningful on an drag-drop.
|
Invokes the OnDragDrop handler, when a dragged object is dropped onto this control. |