[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.DragDrop

DragDrop - Procedure to govern Dragging/Dropping of control

Declaration

Source position: controls.pp line 1204

public procedure TControl.DragDrop(

  Source: TObject;

  X: Integer;

  Y: Integer

); virtual;

Arguments

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)

The latest version of this document can be found at lazarus-ccr.sourceforge.net.