GetItem Method (AWTChoice)

Class

AWTChoice class

Action

Returns the item at the specified index.

Syntax

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

Examples

STRING sItem = ColorsChoice.GetItem(1)