Unicode Controls & Classes for VB6 - Version 4

clsFileIni.ReadBool Function

Reads a boolean from the selected file

Syntax
Public Function ReadBool (ByVal sAppName As String, _
ByVal sKeyName As String, _
Optional ByVal bDefault As Boolean = False) As Boolean
Parameters
Parameter Description
ByVal sAppName As String The Section name
ByVal sKeyName As String The Key name
Optional ByVal bDefault As Boolean = False The default value if the Key doesn't exist
Remarks