string
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:
button - Not applicable.
check_button - One of the two panel.text values available.
clock - Not applicable.
combo_box - The text displayed in the input box.
dial - The current dial value in text form.
label - Not applicable.
list - The panel.text values of the option(s) currently highlighted.
log - Not applicable.
options - The panel.text of the option currently displayed.
progress - The current progress value in text form.
radio_box - The panel.text of the option currently selected.
sash - Not applicable.
separator - Not applicable.
slider - The current slider value in text form.
text - The text displayed in the input box.
window - Not applicable.
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.