Object: | FileManager |
Syntax: | INIReadInteger ([in] Filename, [in] Section, [in] Key, [in, optional] DefaultValue) |
Returns: | Integer |
Description: | This method reads the value of the key from the specified section. If the key is not available, it returns the Default Value. If no default is specified, it returns (-1). |