[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The type of an OnDockDrop handler.
Source position: controls.pp line 466
type TDockDropEvent = procedure( |
Sender: TObject; |
Source: TDragDockObject; |
X: Integer; |
Y: Integer |
) of object; |
Sender |
|
The drop target (docksite control). |
Source |
|
The DragDock object, containing information about the dragged object. |
An OnDockDrop event is sent by the drop target (dock site) on the drop of a dragged object.
|
The type of an OnDragDrop notification handler. |
lazarus-ccr.sourceforge.net |