|
RAD Studio VCL Reference
|
Provides the interface for a method that hides the current drag image.
procedure HideDragImage; virtual;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|