Pascal Scripting: IniKeyExists
From Inno Setup
Pascal Scripting: IniKeyExists
Prototype:
function IniKeyExists(const Section, Key, Filename: String): Boolean;
Description:
Returns True if the specified INI key exists.
From Inno Setup
function IniKeyExists(const Section, Key, Filename: String): Boolean;
Returns True if the specified INI key exists.