Type Return
A String Value
Syntax
Object.GetFromIni ( strFilename, strSection, strKey, [strDefault])
The GetFromIni Methods syntax has these parts:
| Part | Description |
| object | An expression evaluating to an Object of type modIniFile. |
| strFilename | Required. A String Value. |
| strSection | Required. A String Value. |
| strKey | Required. A String Value. |
| strDefault | Optional. A String Value. |