[fpc-announce]New entry in Free Pascal Contributed units. (inifiles)
contribs at freepascal.org
contribs at freepascal.org
Wed Jun 18 11:50:28 CEST 2003
The following entry was added to the Free Pascal contributed units:
Name : inifiles
Author : Raik Niemann
Email : raik.niemann at fh-stralsund.de
Homepage : http://www.har.fh-stralsund.de/benutzer/bromatom/inifiles.html
FTP site : http://www.har.fh-stralsund.de/benutzer/bromatom/inifiles.zip
Version : 1.0b
Date : 2003-06-18
Category : File Handling
Supported OS : all OS´es
Description :
This unit is intended to read and store data in plain text files in the .ini-format, e.g. configuration files.
An .ini file contains of one or more sections amd key-value-pairs in the sections. The section names are enclosed in brackets "[","]" and the keys are seperated from the values by a "=". The section names are case-insensitive, .g. "Section1" and "SECtION1" are the same. The keys and values are case-sensitive.
[Section1]
Key1=Value1
Key2=Value2
# A comment
; Another comment
[Section2]
Key1=Value1
...
More information about the fpc-announce
mailing list