Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

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

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