Element: panel.tvalue[ ]

Type

string

Description

The current "text value(s)" of the sub-panel. This element is derived from panel.text and panel.value and gives the text corresponding to the current panel selection. It will have a different meaning depending on the panel type:

The array length of this element is one for all panels except multiple list sub-panels, when its array length is determined by the number of options currently selected in the list.

For multiple-line text panels the "tvalue" is a concatenation of all text lines with a new line character separating each.

The value of this element may be changed. Its new value will then be converted into an appropriate value to be displayed in the panel. Such a change will then automatically change the value of the panel.valueelement.