[Lazarus] ListBox manual dragging...
Paul Ishenin
paul.ishenin at gmail.com
Fri Mar 14 00:46:13 CET 2008
Dominique Louis wrote:
> Hi all,
> Under Win32 if I wanted to stop a dragging operation that began with
> a call to the BeginDrag method I would call EndDrag(false) or similar.
>
> I cannot find a Lazarus equivalent. Is this as expected or a bug?
>
>
Yes, indeed - TWinControl has BeginDrag method, but there is no EndDrag.
You can call CancelDrag to stop your drag operation.
Best regards,
Paul Ishenin.
More information about the Lazarus
mailing list