IniFile Fields
From IniFileIO
IniFile Fields |
IniFileIO Documentation |
Fields
| Name | Description | |
|---|---|---|
| _nameWhitespaceLiteral |
Specifies whether the key name portion of the key is whitespace sensitive.
| |
| _sections |
Internal list of IniFileSections in the file.
| |
| _valueWhitespaceLiteral |
Specifies whether the value portion of the key is whitespace sensitive.
| |
| COMMENT |
Token at the beginning of a line which denotes a comment. (';' character.)
| |
| KEY_VALUE_SEPARATOR |
Token within a IniFileKey which defines the separation of the Name and Value. ('=' character.).
Only the first token encountered in a line is processed (so the Value can contain this token in its text).
| |
| SECTION_BEGIN |
Token at the beginning of a line which denotes a IniFileSection name start. ('[' character.)
| |
| SECTION_END |
Token at the end of a line which denotes a IniFileSection name end. (']' character.)
|
See Also