Vcl.Controls.TDragObject.Cancelling

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Cancelling: Boolean read FCancelling write FCancelling;

C++

__property bool Cancelling = {read=FCancelling, write=FCancelling, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragObject

Description

Specifies whether the drag operation is being canceled.

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.

See Also