Source position: inifiles.pp line 250
public procedure TIniFile.ReadSectionValues( |
const Section: string; |
Strings: TStrings; |
AOptions: TSectionValuesOptions = [svoIncludeInvalid] |
); override; overload; |
Section |
|
Section to read key name/values from. |
Strings |
|
Stringlist to store key/value pairs in. |
AOptions |
|
Options to control the behaviour of ReadSectionValues. |
ReadSectionValues is the implementation of TCustomIniFile.ReadSectionValues. It operates on the in-memory copy of the inifile, and places all key names from Section together with their values in Strings.
|
Read the key names in a section. |
|
|
Read names and values of a section. |
|
|
Read section names. |