[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
DragDrop - Procedure to govern Dragging/Dropping of control
Source position: controls.pp line 1204
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) |
lazarus-ccr.sourceforge.net |