Go to documentation repository
Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.
Previous page Next page
The ReadInimethod is used to read values of string variablein the ini-file.
Method call syntax:
function ReadIni (varName: String, path: String): String
Method call syntax:
varName – required argument. Sets name of the variable storing in the file.
path – required argument. Sets the full path to the ini-file in which variable is storing.
See example in The WriteIni method section.
Overview
Content Tools