DeleteComponent Method

The DeleteComponent method deletes a component from the component tree. It uses the following syntax:

DeleteComponent(cmpObj) 

where:

  • cmpObj references a component object.

For example, the following code deletes the component that cmpObj references:

SiebelAppFacade.ComponentMgr.DeleteComponent(cmpObj);