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