Go to documentation repository
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.