ActiveBusComp Method for an Application

The ActiveBusComp method returns the name of the business component that the active applet references.

Format

theApplication().ActiveBusComp();

No arguments are available.

Used With

Browser Script

Examples

function Applet_Load ()
{
   var activeBC = theApplication().ActiveBusComp();
   activeBC = activeBC.Name();
   theApplication().SWEAlert(activeBC);
}