Reads the names of all sections in an INI file into a string list.
procedure ReadSections(Strings: TStrings);
Reads the values from all keys within a section of an INI file into a string list.
procedure ReadSectionValues(const Section: string; Strings: TStrings);