RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.DragCanceled Method

Provides the interface for a method that responds to the cancellation of a drag.

Pascal
procedure DragCanceled; dynamic;
C++
__fastcall DragCanceled();

DragCanceled is called automatically when a drag operation is canceled. As implemented in TControl, DragCanceled does nothing. When creating a component that descends from TControl, override DragCanceled to provide code that executes when a drag-and-drop or drag-and-dock operation is canceled. 

 

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