Object: | FileManager |
Syntax: | INIReadString ([in] Filename, [in] Section, [in] Key, [in, optional] DefaultValue) |
Returns: | String |
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 "". |