[Overview][Types][Classes][Index] Reference for unit 'IniFiles' (#fcl)

TIniFileOptions

Set of TIniFileOption

Declaration

Source position: inifiles.pp line 145

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

  ifoWriteStringBoolean

  

Read/Write booleans as strings instead of 0/1

);

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: May 14 2021