INI files, once the most used way for storing program configurations, are still popular due to their simplicity. Delphi offers two ways for accessing them: TIniFile - which uses the Windows API functions WritePrivateProfileString / GetPrivateProfileString TMemIniFile - which is implemented in Delphi and optimized for speed. If you only want to read or write … Continue reading Writing large INI files