Name

lcdui.stringitem — Creates a string item that can be added to a form.

Synopsis

lcdui.stringitem -label label -text text

$stringitemcmd [cget -appearance | -text | -font ] [configure -appearance plain | button | hyperlink | -text text | -font font ]

[Note]Note

String items also utilize the common "item" options, described here: lcdui item options

Description

The lcdui.stringitem command creates a string item (label + text) that can be attached to a form. Normally, the label is bold, and the text is in the default font. For an in-depth look at the Java code that this command is based on, see: javax.microedition.lcdui.StringItem