Feb 222005
I’m creating an image-grabbing application, just for the fun of it. I ran into a problem on how to detect text was pasted instead of typed into a field (TEdit). Of course I tried the onChange, and when using that event things go fine when Pasting text (it’s fired right after the Paste action). But when typing into the same field, the event fires after every keystroke. Any hints?
Oh, it’s Delphi 6, so Win32 solutions please.