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

TSectionValuesOptions

Set of TSectionValuesOption

Declaration

Source position: inifiles.pp line 148

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