| [Overview][Types][Classes][Index] | 
Read section names
Source position: inifiles.pp line 242
| public procedure TIniFile.ReadSections( | 
| Strings: TStrings | 
| ); override; | 
| Strings | 
 | Stringlist to store section names in | 
ReadSections is the implementation of TCustomIniFile.ReadSections. It operates on the in-memory copy of the inifile, and places all section names in Strings.
| 
 | Read the key names in a section | |
| 
 | Read the list of sections | |
| 
 |