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

TSectionValuesOptions

Set of TSectionValuesOption

Declaration

Source position: inifiles.pp line 149

type TSectionValuesOptions = set of (

  svoIncludeComments,

  

Include comment lines

  svoIncludeInvalid,

  

Include invalid lines

  svoIncludeQuotes

  

Include existing quotes around values

);

Description

TSectionValuesOptions is the set for TSectionValuesOptions. It is used in the TCUstomIniFile.ReadSectionValues call.

See also

TSectionValuesOption

  

Options to use when reading section values

TCUstomIniFile.ReadSectionValues

  

Read names and values of a section


Documentation generated on: Sep 29 2022