Pascal Scripting: SetIniString
Prototype:
function SetIniString(const Section, Key, Value, Filename: String): Boolean;
Description:
Writes a string to an INI file.
function SetIniString(const Section, Key, Value, Filename: String): Boolean;
Writes a string to an INI file.