Articles
INI files & Windows Registry
To store your application settings you can use INI files and Windows registry. Both are pretty simple solutions and can be used separate or in combination. To enable I/O operations with INI files and Windows registry C++ Builder and Delphi use TIni and TRegistry objects.
How to create, read and write into INI files and Windows registry please check the following video tutorial.
You can also check our C++ Builder Examples Collection and Delphi Examples Collection for additional example projects.