RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.GetDragImages Method

Returns the image list to be displayed during drag operations.

Pascal
function GetDragImages: TDragImageList; override;
C++
virtual __fastcall TDragImageList GetDragImages();

GetDragImages is called automatically during drag-and-drop operations to allow the tree view to supply an image that is displayed while the tree view or one of its items is dragged. If an item (and not the entire tree view) is being dragged, GetDragImages returns the image for the node that was generated by the DoStartDrag method. 

 

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