Vcl.Controls.DragDone

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragDone(Drop: Boolean);

C++

extern DELPHI_PACKAGE void __fastcall DragDone(bool Drop);

Properties

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

Description

DragDone finishes a drag operation.

Use DragDone to finish the current drag operation. The Drop parameter specifies whether the drag operation ends with dropping the object or is canceled.

See Also