2.316 .selected[integer]

This attribute determines for each list item of the listview object whether it is selected.

Definition

  • Data type

    boolean

  • Access

    get, set

  • changed event

    yes

The value range of the index is 0 … .rowcountt, where the value with index 0 is used as default value for not set values in the range 1 … .rowcount.

Value range

false
The list item is not selected.
true

The list item is selected.

The attribute will be modified through user interaction (activate and deactivate events).

Note

The appearance of selected items depends on the system. This applies in particular to the visibility of the selection when the listview does not have the focus.