Siebel Object Interfaces Reference > Siebel VB Quick Reference >

Applet Methods for Siebel VB


Table 60 lists a summary of the applet methods' syntax.

Table 60. Applet Methods Syntax Summary
Method
Description
Syntax

BusComp Method

Function that returns the business component that is associated with the applet.

Dim oApplet as Applet
Dim oBusComp as BusComp
Set oBusComp = oApplet.BusComp

BusObject Method

Function that returns the business object for the business component of the applet.

Dim oApplet as Applet
Dim oBusObject as BusObject
Set oBusObject = oApplet.BusObject

InvokeMethod Method

Invokes the specialized or custom method specified by its argument.

Dim oApplet as Applet
oApplet.InvokeMethod methodName as String, methodArgs as String or StringArray

Name Method

Function that returns the name of the applet.

Dim oApplet as Applet
Dim sApplet as String
sApplet = oApplet.Name

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.