[Contents] [Parent chapter] [Previous chapter] [Next chapter]

ReadSectionValues

Queries a list of all identifiers and values of a given section.

Class
TTextIniFile

Declaration

procedure ReadSectionValues(const Section: string; 
                                        Strings: TStrings);

Visibility
public

Description
Queries a list of all identifiers and values of a given section. The identifiers and values are written to the given string object. They are accessible via the Names[] and Values[] array properties.

See
ReadSection , ReadSections , WriteSectionValues