[Overview][Classes][Index] |
Source position: inifiles.pp line 205
public procedure TIniFile.ReadSectionValues( |
const Section: string; |
Strings: TStrings |
); override; |
Section |
|
Section to read key name/values from |
Strings |
|
Stringlist to store key/value pairs in. |
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 |