RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragObject.ShowDragImage Method

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

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

Because TDragObject does not implement drag images (relying only on the cursor) ShowDragImage does nothing. Descendant classes override ShowDragImage to show the drag image. 

 

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