RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragImageList Class

TDragImageList represents a set of images that appear during drag operations.

Pascal
TDragImageList = class(TCustomImageList);
C++
class TDragImageList : public TCustomImageList;

TDragImageList is used to hold images that are displayed during drag and drop or drag and dock operations. It is created by the control that is dragged, which returns the drag image list in its GetDragImages method. During a drag operation, a TDragControlObject instance uses the drag image list to display or hide the images in the list. 

 

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