RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TDockDropEvent Type

TDockDropEvent is the type of the OnDockDrop event handler.

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

Sender is the object on which another object is being dropped.  

Source is information about the object that is being dropped.  

X and Y are the coordinates of the mouse pointer. 

 

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