Options to use when reading section values.
Source position: inifiles.pp line 154
type TSectionValuesOption = ( |
||
svoIncludeComments, |
|
Include comment lines. |
svoIncludeInvalid, |
|
Include invalid lines. |
svoIncludeQuotes |
|
Include existing quotes around values. |
); |
TSectionValuesOption is used to control the behaviour of TCustomIniFile.ReadSectionValues
|
Read names and values of a section. |
|
|
Set of TSectionValuesOption. |