ISDBIniFile::ValueExists: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{MethodDeclaration|SDBIniFile|ISDBIniFile|Property Get | {{MethodDeclaration|SDBIniFile|ISDBIniFile|Property Get ValueExists(Section As String, Ident As String) As Bool}} | ||
===Parameters=== | ===Parameters=== | ||
Latest revision as of 16:50, 14 February 2008
CoClass SDBIniFile, Interface ISDBIniFile
Property Get ValueExists(Section As String, Ident As String) As Bool
Parameters
| Name | Type | Description |
|---|---|---|
| Section | String | Section to be accessed. |
| Ident | String | Value to be accessed. |
Property description
Checks existing of value in an ini file.