Go to documentation repository
Page History
The ReadIni method is used to read values of the string variable in the ini - file.
Method call syntaxSyntax for method invocation:
Code Block |
---|
function ReadIni (varName: String, path: String): String |
Method call syntaxarguments:
varName – is a required argument. Sets It specifies the name of the variable storing stored in the file.
path – is a required argument. Sets It specifies the full path to the ini - file in which the variable is storingstored.
See example in The WriteIni method section.
Overview
Content Tools