CanReadObject Method
Object List Next Object
Defined By: ObjectTools
Description:
Determines whether or not an object can be read.
Declaration:
Function CanReadObject(ByVal o As Object)As Long
Details:
Obj is the object you want to inspect. CanReadObject returns -1 (True) if the
object can be read, and 0 (False) if it can't.