Vcl.Controls.TDragImageList.EndDrag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EndDrag: Boolean;

C++

bool __fastcall EndDrag();

Properties

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

Description

Ends the drag operation.

Use EndDrag after BeginDrag had been called to end the drag operation. EndDrag returns True if successful.

See Also