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

TIniFileOption

Options to use hen creating a new TIniFile instance

Declaration

Source position: inifiles.pp line 137

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

  ifoWriteStringBoolean

  

Read/Write booleans as strings instead of 0/1

);

Description

TIniFileOption enumerates the possible options when creating a new TCustomIniFile instance.

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

See also

TIniFileOptions

  

Set of TIniFileOption

TCustomIniFile.Options

  

Options currently in effect


Documentation generated on: May 14 2021