Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.ReadBool Function
Reads a Boolean value from file and returns True if the operation finished correctly
Syntax
Public Function ReadBool (ByRef
b
As Boolean) As Boolean
Parameters
Parameter
Description
ByRef
b
As Boolean
The Boolean value read from file (OUT)
Remarks