CwDeleteObject

Syntax:

call CwDelectObject hObject

        hObject         (handle) The handle to the object to be deleted.

Description:

This procedure deletes the object whose handle is passed it as an argument. Only effects and groups may be deleted.

Example:

/* Create, then delete an object. */
o = CwCreateEffect("rectangle", "solid color")
call CwDeleteObject(o)

Remarks:

Note that some objects (i.e. those with custom tools or regions) have views associated with them. Deleting the object will also delete the view.

Functions by NAME

Index

Functions by PURPOSE