CanDeleteObject Method

Object List Next Object

Defined By:
ObjectTools

Description:

Determines whether or not an object can be deleted.

Declaration:

Function CanDeleteObject(ByVal o As Object)As Long

Details:

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