RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragControlObject.GetDragImages Method

Returns the control's image list containing the image to be displayed while dragging.

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

GetDragImages calls the associated control's GetDragImages method. The image list normally contains only one image, which the control creates and maintains. For many controls in the VCL, GetDragImages returns nil (Delphi) or NULL (C++). 

 

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