[Overview][Classes][Index] |
Read names and values of a section
Source position: inifiles.pp line 170
public procedure TCustomIniFile.ReadSectionValues( |
const Section: string; |
Strings: TStrings |
); virtual; abstract; |
Section |
|
Section for which to read key names and values |
Strings |
|
Stringlist to store key/value pairs in |
ReadSectionValues returns the keys and their values in the section Section in Strings. They are returned as Key=Value strings, one per key, so the Values property of the stringlist can be used to read the values. To retrieve just the names of the available keys, ReadSection can be used.
|
Check if a section exists. |
|
|
Read the list of sections |
|
|
Read the key names in a section |