Go to documentation repository
The ReadIniAny method is used to read the values of a string variable in the ini file. Unlike the ReadIni method, in the ReadIniAny method you can specify the required file section from which you want to read the variable.
Syntax for method invocation:
function ReadIniAny (varName: String, path: String, section: String): String
Method arguments:
See example in The WriteIniAny method.