RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragObject.HideDragImage Method

Provides the interface for a method that hides the current drag image.

Pascal
procedure HideDragImage; virtual;
C++
virtual __fastcall HideDragImage();

Because TDragObject does not implement drag images (relying only on the cursor) HideDragImage does nothing. Descendant classes override HideDragImage to hide the drag image provided by the GetDragImages method. 

 

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