In my project I'm using ImageEnVect component for some image processing. I want to insert objects using left bouse button clik and I want to use right button press and hold to drug objects. Is there a standart way to do that? Or I have to handle it in my code. The thing becomes a little more complex because I need to move grouped objects.
I'm afraid there is an option to do that, and it would probably be problematic if you tried to do in your unit (you would need to modify the ImageEn source directly to handle it well, I expect).