| AddString / AddBool |
adds/updates a value to the file |
| AllowTabs |
Permits the use of Tabulators, Spaces into the file |
| CommentChar |
Permits the use of comments, ignores lines starting with this character |
| GetBool |
Gets a boolean from the file |
| GetSectionNames |
Gets an array containing the sections of a .ini file.
PS. this class supports also files with no sections so when using this function a blank section is always returned |
| GetSectionRowKey / GetSectionRowValue |
Gets the key or value of a row obtained using the GetSectionRows function |
| GetSectionRows |
Gets an array containing the lines of a sections |
| GetString |
Gets a certain string from the file |
| IniFile |
Gets/Sets the .ini file name |
| KeyValueSepChar |
Permits you to change the character used for separing the Key from the Value (default is =) |
| Load |
Loads a certain .ini file |
| Save |
Saves the modified file |