In the interests of 'Free form' Editing and logical use of keyboard data entry, the setting of 'Next' field may well involve checking for the [Arrow] Keys being pressed.
Quote from: J-G on August 28, 2026, 12:57:39 pmIn the interests of 'Free form' Editing and logical use of keyboard data entry, the setting of 'Next' field may well involve checking for the [Arrow] Keys being pressed.Don't!I'm in your TEdit, i made a typo, and want to move the Caret using the Arrow-Keys, as i'm used from Word, Outlook, Notepad........ and you jump to the next TEdit...Just.....Don't
Down repeats, Up doesn't, so choose up in that case. There is some logic to that...I trust you to write your own example in this case, but otherwise?
Quote from: Thaddy on September 02, 2026, 11:36:53 amDown repeats, Up doesn't, so choose up in that case. There is some logic to that...I trust you to write your own example in this case, but otherwise?I think OP was talking about Up/Down ARROW-KEYSNot OnKeyDown/OnKeyUp