Read the key names in a section.
Source position: inifiles.pp line 200
| public procedure TCustomIniFile.ReadSection( | 
| const Section: string; | 
| Strings: TStrings | 
| ); virtual; abstract; | 
| Section | 
 | Section for which to read key names. | 
| Strings | 
 | Stringlist to store key names in. | 
ReadSection will return the names of the keys in section Section in Strings, one string per key. If a non-existing section is specified, the list is cleared. To return the values of the keys as well, the ReadSectionValues method should be used.
| 
 | Read the list of sections. | |
| 
 | Check if a section exists. | |
| 
 | Read names and values of a section. |