in Windows :: The .INI files have a text-based file format for representing application configuration data in a format which is easily editable by humans and readable by a simple automatic parser.
Delphi provides the TIniFile class with methods designed to store and retrieve application-specific information and settings from INI files. The TIniFile class is declared in the inifiles.pas unit.
Read the full article to learn how to process INI files with Delphi.
Related:
Comments
No comments yet. Leave a Comment

