getAppletDescription method



Returns a reference to the description of the applet identified by the specified index.

Syntax

AppletDescription = AppletContainer.getAppletDescription(index)

Applies to

AppletContainer object.

Parameters

index
integer. The index of the applet to whose description a reference is to be returned. The index is the integer specified in the AppletContainer applet_n PARAM tag that identifies the applet.

Return value

AppletDescription. You can use this value to add or replace an applet in the AppletContainer.

Example
Replacing an applet example

See also
setAppletDescription method