DestroyClonedObject()

Syntax:

DestroyClonedObject()

Return:

true if the specified cloned object is deleted. Otherwise, false.

Remarks:

This function will destroy (i.e. delete) a cloned object reference in an OpusScript and the object itself from the page. Only objects that have been created with the CloneObject funciton can be destroyed with this function. No parameters required.

image\Script_Button.jpgExamples