GetItem Method (JList)

Class

JList class

Action

Returns the item at the specified index.

Syntax

sItem = list.GetItem(index)
Variable Description
sItem The name of the item. STRING.
index The item index. The value is one-based. INTEGER.

Examples

STRING sItem = ColorsList.GetItem(2)