ISDBIniFile::BoolValue

From MediaMonkey Wiki
Revision as of 15:26, 21 March 2007 by Jiri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CoClass SDBIniFile, Interface ISDBIniFile

Property Get/Let BoolValue(Section As String, Ident As String) As Boolean


Parameters

Name Type Description
Section String Section of ini file.
Ident String Identifier in the given section.


Property description

Reads/writes a boolean value.

Example code

value = inif.BoolValue["MySection","MyValue"