In a Edit normal Delphi I want to undo the key that the user typed.
If it were in the KeyPress
event, just assign # 0 to the key variable.
But I am and need to use the KeyDown
event. In this event I can not. I've tried assigning 0, aborting then ... but unsuccessfully.
Anyway, is it possible? If so, how?