CanCopyObject Method

Object List Next Object

Defined By:
ObjectTools

Description:

Determines whether or not an object can be copied.

Declaration:

Function CanCopyObject(ByVal o As Object)As Long

Details:

Obj is the object you want to inspect. CanCopyObject returns -1 (True) if the object can be copied, and 0 (False) if it can't.