Writes a string value to the file.
Class
TTextIniFile
Declaration
procedure WriteString(const Section, Ident, Value: string);
Visibility
public
Description
Writes a string value to the file. If the destination
section does not exist, it is created. If a value with
the given identifier already exists, it is overwritten.
See
ReadString