Okay, here's my issue. I've set up an action hooked to CTRL+V, for instance, for paste, which will now only paste into a memo. But there are multiple controls on that form that I would like to paste with the shortcut key. Now, outside of using ActiveControl and checking every name, is there a way I can paste to any viable control that is focused?
This is something I would love to be able to do with any of the clipboard actions, and potentially others, too. Is there a nice way of doing this? Can I, cast to a class that won't crash for any TEdit, TMemo, TSynEdit, and File edit controls and trigger its built-in action. This is one for the knowledgeable here, I think.
Thanks in advance,
CJ