[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler for the drop of a control onto this control.
Source position: controls.pp line 1229
protected property TControl.OnDragDrop: TDragDropEvent |
The handler determines what shall happen when another control is dropped onto this (Sender) control.
Sender is the target control onto which the Source control is dropped.
X and Y are the client coordinates of the drop.
|
Invokes the OnDragDrop handler, when the control is dropped |
lazarus-ccr.sourceforge.net |