How to Access the Registry Using Windows API

Posted December 15th @ 8:55 pm by m3Rlin

You may, for some reasons not want to use Delphi’s TRegistry component but still want to use the system’s Registry. This may come in handy when creating applications for Windows NT/2000/XP/Vista. Delphi’s TRegistry component will raise an error when attempting to write a string value to the HKEY_LOCAL_MACHINE key. Well, the way to get over [...]

Delphi Programming Tips

Posted December 15th @ 7:08 pm by m3Rlin

Here are some useful tips to make your programs run faster, make the executables smaller and to ease the programming part

When your are going to use only one or two functions or procedures from a unit and you have the unit’s source code don’t include the whole unit in the [...]