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:
See example in The WriteIniAny Method section.