How to Change the Default Project Directory

Posted December 15th @ 4:06 pm by m3Rlin

You can’t really set this value from inside Delphi, but it’s still easy to change. All you have to do is open the Properties dialog for your Delphi shortcut in Start Menu, Desktop or Windows (right click the icon and select Properties). In the Start In field enter the directory that you wish to be [...]

How to Focus the Next Edit Control With the Enter Key II

Posted December 15th @ 1:57 pm by m3Rlin

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 [...]

« Previous Entries