JVCL Help:TJvCustomListBox.DefaultDragDrop
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomListBox.DefaultDragDrop Method
[+] TJvCustomListBox Events
[+] TJvCustomListBox Methods
[+] TJvCustomListBox Properties
Search in JVCL Help
Search in all projectsSummary
Handles a drop event.
Pascal
procedureDefaultDragDrop(Source: TObject; X: Integer; Y: Integer); virtual;
Parameters
Parameters | Description |
Source: TObject | The object being dropped. |
X: Integer | Horizon screen coordinate of the mouse in pixels. |
Y: Integer | Vertical screen coordinate of the mouse in pixels. |
Description
DefaultDragDrop is called whenever the user drops an object being dragged, and no OnDragDrop handler is specified. It moves the item being dragged to its drop position. You can call DefaultDragDrop in an OnDragDrop event handler to let the list box handle the drop event in a default way.
See Also
TJvCustomListBox.CreateDragImage, TJvCustomListBox.DefaultStartDrag, TJvCustomListBox.DefaultStartDrag,
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page