Element: panel.selected[ ]

Type

numeric

Description

The "selected status" of options within a list panel. The size of the array corresponds to the number of options in the list. For panels other than list panels, this element has no relevance.

Each value is a boolean value (1 or 0) and records whether or not an option is currently selected. Changing one of the .selected array elements will select or deselect the corresponding option in the list. For multiple list panels more than one option may be currently selected, for single list panels only one option may be selected.