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

TSectionValuesOption

Options to use when reading section values.

Declaration

Source position: inifiles.pp line 148

type TSectionValuesOption = (

  svoIncludeComments,

  

Include comment lines.

  svoIncludeInvalid,

  

Include invalid lines.

  svoIncludeQuotes

  

Include existing quotes around values.

);

Description

TSectionValuesOption is used to control the behaviour of TCustomIniFile.ReadSectionValues

svoIncludeComments
Include comment lines.
svoIncludeInvalid
Include invalid lines.
svoIncludeQuotes
Include existing quotes around values.

See also

TCustomIniFile.ReadSectionValues

  

Read names and values of a section.

TSectionValuesOptions

  

Set of TSectionValuesOption.


Documentation generated on: Jul 24 2023