Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
The ReadIni method is used to read values of the string variable in the ini file.
Syntax for method invocation:
function ReadIni (varName: String, path: String): String
Method arguments:
varName is a required argument. It specifies the name of the variable stored in the file.
path is a required argument. It specifies the full path to the ini file in which the variable is stored.
See example in The WriteIni method.
Overview
Content Tools