Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page The WriteIni method  The AddIni method Next page


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:

  1. varName is a required argument. It specifies the name of the variable stored in the file.

  2. 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.

  • No labels