Bei mir funktionieren diese hier ganz gut unter Delphi 10.4.2
Ergänzung: Allerdings nur i.V.m. externen Anwendungen eingesetzt; innerhalb der
VCL nicht getestet.
unit DragDrop;
// -----------------------------------------------------------------------------
// Project: New Drag and Drop Component Suite
// Module: DragDrop
// Description: Implements base classes and utility functions.
// Version: 5.7
// Date: 28-FEB-2015
// Target:
Win32, Win64, Delphi 6-XE7
// Authors: Anders Melander,
anders@melander.dk,
http://melander.dk
// Latest Version
https://github.com/landrix/The-new-D...ite-for-Delphi
// Copyright © 1997-1999 Angus Johnson & Anders Melander
// © 2000-2010 Anders Melander
// © 2011-2015 Sven Harazim
// -----------------------------------------------------------------------------
// TODO -oanme -cPortability : Replace all public use of HWND with THandle. BCB's HWND <> Delphi's HWND.