Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
Previous page Next page
The ReadIniAny method is used to read the values of a string variable in the ini-file. Unlike the ReadIni method, in ReadIniAny you can specify the required file section from which you want to read the variable.
Method call syntax:
function ReadIniAny (varName: String, path: String, section: String): String
Method arguments:
- varName — required argument. Sets the name of the variable saved in the file.
- path — required argument. Sets the full path to the ini-file where the variable is stored.
- section — required argument. Sets the name of the section of the ini-file from which you want to read the variable.
See example in The WriteIniAny Method section.
Overview
Content Tools