RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDragObject.Cancelling Property

Specifies whether the drag operation is being canceled.

Pascal
property Cancelling: Boolean;
C++
__property Boolean Cancelling;

Use Cancelling to specify whether the drag operation is being canceled. Cancelling is set to true in the global CancelDrag procedure to prevent the canceling code from being executed more than once. 

 

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