|
RAD Studio VCL Reference
|
Provides the interface for a method that hides the current drag image.
procedure ShowDragImage; virtual;
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!
|