Options to use hen creating a new TIniFile instance.
Source position: inifiles.pp line 143
type TIniFileOption = ( |
||
ifoStripComments, |
|
Strip comments from file. |
ifoStripInvalid, |
|
Strip invalid lines from file. |
ifoEscapeLineFeeds, |
|
Observe backslash as linefeed escape character. |
ifoCaseSensitive, |
|
Key and section names are case sensitive. |
ifoStripQuotes, |
|
Strip double quotes from values. |
ifoFormatSettingsActive, |
|
Observe the values in FormatSettings. |
ifoStringBoolean |
||
); |
TIniFileOption enumerates the possible options when creating a new TCustomIniFile instance.
|
Set of TIniFileOption. |
|
|
Options currently in effect. |