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

WriteSectionValues

Writes a series of names and values to a given section.

Class
TTextIniFile

Declaration

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

Visibility
public

Description
Writes a series of names and values to a given section. The method takes all names contained in the string object and writes their values to the given section. Old values are overwritten.

See
ReadSection , ReadSections , ReadSectionValues