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

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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:

  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.
  3. section is a required argument. It specifies the name of the section of the ini file from which you want to read the variable. 

See example in The WriteIniAny Method.

  • No labels