Links
EControl Form Designer Pro
TzCustomFormDesigner.DragDrop Method

OnDragDrop event dispatcher.

procedure DragDrop(Sender: TObject; Source: TObject; X: Integer; Y: Integer); override;

Override DragDrop to add additional code that executes before the OnDragDrop event handler is called. 

 

The Source parameter is the object that was dropped onto the control Sender. The X and Y parameters are the mouse coordinates where the object was dropped.

Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
What do you think about this topic? Send feedback!