Queries a list of all sections in the initialization file.
Class
TTextIniFile
Declaration
procedure ReadSections(Strings: TStrings);
Visibility
public
Description
Queries a list of all sections in the initialization file.
The section names are written to the given string object.
See
ReadSection
,
ReadSectionValues
,
WriteSectionValues