Source position: inifiles.pp line 146
type TIniFileOptions = set of (
ifoStripComments,
ifoStripInvalid,
ifoEscapeLineFeeds,
ifoCaseSensitive,
ifoStripQuotes,
ifoFormatSettingsActive,
ifoStringBoolean
);