Vcl.Controls.TControl.DragCanceled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragCanceled; dynamic;

C++

DYNAMIC void __fastcall DragCanceled();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

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

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.

See Also