Pascal Scripting: GetIniBool
From Inno Setup
Pascal Scripting: GetIniBool
Prototype:
function GetIniBool(const Section, Key: String; const Default: Boolean; const Filename: String): Boolean
Description:
Reads a Boolean from an INI file.
From Inno Setup
function GetIniBool(const Section, Key: String; const Default: Boolean; const Filename: String): Boolean
Reads a Boolean from an INI file.