GetItemValue Method (JList)

Class

JList class

Action

Returns the value object of the list item.

Syntax

itemValue = list.GetItemValue(item)
Variable Description
itemValue The value object of the list item. ANYTYPE.
item The name or index of the list item. LISTITEM.

Examples

ANYTPYE item = ColorsList.GetItemValue("green")
item = ColorsList.GetItemValue(2)