| [Overview][Types][Classes][Index] | 
Set of TSectionValuesOption
Source position: inifiles.pp line 148
type TSectionValuesOptions = set of (  | 
||
svoIncludeComments,  | 
  | 
Include comment lines  | 
svoIncludeInvalid,  | 
  | 
Include invalid lines  | 
svoIncludeQuotes  | 
  | 
Include existing quotes around values  | 
);  | 
TSectionValuesOptions is the set for TSectionValuesOptions. It is used in the TCUstomIniFile.ReadSectionValues call.
  | 
Options to use when reading section values  | 
|
  | 
Read names and values of a section  |