Cancels an active drag operation.
Source position: controls.pp line 2754
procedure CancelDrag; |
CancelDrag is a procedure used to cancel an active drag operation. CancelDrag calls the DragStop method in the currently active DragManager.
Remark: | No actions are performed in the routine when DragManager has not been assigned (contains Nil), or when DragManager returns False from its IsDragging method. |
|
The current DragManager (always TDragManagerDefault). |
|
|
Ends dragging. |
|
|
Check if dragging is in progress. |
CT Web help |
CodeTyphon Studio |