[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Invokes the OnDragDrop handler, when the control is dropped
Source position: controls.pp line 1251
public procedure TControl.DragDrop( |
Source: TObject; |
X: Integer; |
Y: Integer |
); virtual; |
Source |
|
The object to be dragged and dropped |
X |
|
The X co-ordinate to which the object is to be dropped (target) |
Y |
|
The Y co-ordinate to which the object is to be dropped (target) |
|
Event handler for the drop of a control onto this control. |
lazarus-ccr.sourceforge.net |