Set of TIniFileOption.
Source position: inifiles.pp line 152
type TIniFileOptions = set of ( |
||
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 |
||
); |
TIniFIleOptions is the set for TIniFileOption. It is used in the TCUstomIniFile.Create constructor and TCustomIniFile.Options property.
|
Options to use hen creating a new TIniFile instance. |
|
|
Instantiate a new instance of TCustomIniFile. |
|
|
Options currently in effect. |