Component Method

The Component method is a constructor that creates a component object. It returns nothing. It uses the following syntax:

Component() 

It includes no arguments.

For example:

var cmpObj = new SiebelAppFacade.Component();