Vcl.Controls.TDragImageList.DragUnlock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragUnlock;

C++

void __fastcall DragUnlock();

Properties

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

Description

Removes the association between the drag image and a window.

Call DragUnlock when an image is no longer needed as a drag image for a particular window. DragUnlock removes the association started by the DragLock method.

See Also