I need to know is some object being dragged over my Delphi application.
For example: while the user dragging some item from ListView to ListBox, or dragging some file from Explorer into my LitsView, I want to check at any moment is he still dragging or not dragging anymore.
Can I find this without hooking drag events?
Delphi XE