[Overview][Classes][Index] |
Read the key names in a section
Source position: inifiles.pp line 202
public procedure TIniFile.ReadSection( |
const Section: string; |
Strings: TStrings |
); override; |
Section |
|
Section to read names from |
Strings |
|
Stringlist to store names in |
ReadSection reads the key names from Section into Strings, taking the in-memory copy of the ini file. This is the implementation for the abstract TCustomIniFile.ReadSection
|
Read the key names in a section |
|
|
Read raw section |