When creating forms with a lot of data entry you may want to consider the option to let the user focus the next edit control by hitting the Enter key. The default key is Tab which can become annoying
All we have to do is add the following code the each TEdit control on the [...]
How to Focus the Next Edit Control With the Enter Key II
1 Comment »
Merlin’s Delphi Forge