RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryButtons.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();

Override GetDragImages to provide a custom image list for the control. As implemented in TControl, 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!