Unit 'IniFiles' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TIniFileOptions

Set of TIniFileOption

Declaration

Source position: inifiles.pp line 146

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

);

Description

TIniFIleOptions is the set for TIniFileOption. It is used in the TCUstomIniFile.Create constructor and TCustomIniFile.Options property.

See also

TIniFileOption

  

Options to use hen creating a new TIniFile instance

TCUstomIniFile.Create

  

Instantiate a new instance of TCustomIniFile.

TCustomIniFile.Options

  

Options currently in effect


Documentation generated on: Sep 29 2022