[Overview][Classes] | Reference for unit 'IniFiles' (#fcl) |
Source position: inifiles.pp line 182
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 |
No notes exist for this page yet.