AppletName property



The name of the applet with which the specified AppletDescription is associated.

Syntax

Set:     AppletDescription.setAppletName(aName)
Get: aName = AppletDescription.getAppletName()

Applies to

AppletDescription object.

Data type

string. The name of the instance of the applet with which you have associated the specified AppletDescription.

Usage

Each applet in an AppletContainer can be assigned a name (which you can then use to manipulate the applet's properties and methods). You can assign a name to an applet in an AppletContainer in three different ways:

Example
AppletDescription example

See also
name_n PARAM tag