JVCL Help:TJvCustomItemViewer.GetDragImages

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the image list to be displayed during drag operations.


Pascal

 functionGetDragImages: TDragImageList; override;


Return Value

An imagelist containing one image representing the currently selected item.


Description

GetDragImages is called automatically during drag-and-drop operations to allow the control to supply an image that is displayed while the one of the items is dragged. If an item is being dragged, GetDragImages returns the image for the item that was selected when the DoStartDrag method was called.


About

Notes

GetDragImages only returns the item under the cursor even if multiple items are selected.


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