RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TDragDropEvent Type

TDragDropEvent is the function type for an OnDragDrop event.

Pascal
TDragDropEvent = procedure (Sender, Source: TObject; X, Y: Integer) of object;
C++
(Sender, Source: TObject; X, Y: Integer) ( TDragDropEvent)();

TDragDropEvent has the following parameters:

Parameter 
Meaning 
Sender  
The control that generated the event.  
Source  
The control from which the dragging operation originated.  
X | Y  
The coordinates where the drop occurred.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!