ISDBIniFile::BoolValue
From MMWiki
CoClass SDBIniFile, Interface ISDBIniFile
Property Get/Let BoolValue(Section As String, Ident As String) As Boolean
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| Section | String | Section of ini file. |
| Ident | String | Identifier in the given section. |
[edit]
Property description
Reads/writes a boolean value.
[edit]
Example code
value = inif.BoolValue["MySection","MyValue"
