Ini Files |
|
|
|
|
Ini Files / Initialize Library |
|
|
About the IniFiles library |
How to use this library |
|
|
Ini Files / Add & Set Individual Variables |
|
|
IniFloat |
Sets a float value in an Ini file |
IniInteger |
Sets an integer value in an Ini file |
IniString |
Sets a string value in an Ini file |
|
|
Ini Files / Get Individual Variables |
|
|
GetIniFloat |
Returns a float value from an Ini file |
GetIniInteger |
Returns an integer value from an Ini file |
GetIniString |
Returns a string value from an Ini file |
|
|
Ini Files / Query Sections |
|
|
GetIniSectionCount |
Returns the number of section in an ini file |
GetIniSectionName |
Returns the name of a given section |
|
|
Ini Files / Read Array Variables |
|
|
ReadIniFloats |
Reads one or more float values from an Ini file. |
ReadIniIntegers |
Reads one or more integer values from an Ini file. |
ReadIniStrings |
Reads one or more string values from an Ini file. |
|
|
Ini Files / Write Array Variables |
|
|
WriteIniFloats |
Writes a range of float values to an Ini file |
WriteIniIntegers |
Writes a range of integer values to an Ini file |
WriteIniStrings |
Writes a range of string values to an Ini file |
|
|