RAD Studio VCL Reference
|
TDockDropEvent is the type of the OnDockDrop event handler.
TDockDropEvent = procedure (Sender: TObject; Source: TDragDockObject; X, Y: Integer) of object;
(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!
|