List Value

List value items are part of ComboBox and ListBox controls. They define the items that appear in those controls. Each list value contains a display text, which is shown in the parent control's list, and a value, which is used to update the variable that is associated with the parent control.

Attributes

The following attributes and options are available.

Attribute Description
Value Enter the value associated with the list item. When the list item is selected in the parent control, the associated variable is set to this value.
Display text

Enter the text that the parent control must show for the list item. If you leave this field empty, the Value text is shown instead.

Related topics

Dialogs, Working with attribute panes