RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.GetDragImages Method

Returns a drag cursor if a list item is being dragged.

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

GetDragImages is called automatically to obtain a list of drag images when the user drags the mouse with the button held down. If the user is dragging a list item, GetDragImages returns the drag image list that is created when the user starts dragging a list item. If the user did not start dragging the mouse over a list item, GetDragImages returns nil (Delphi) or NULL (C++). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!