ITEM-VALUE (alphanumeric)

This special property, when queried, returns the value of a list box item. The item returned is determined by the current value of QUERY-INDEX. If QUERY-INDEX does not correspond to a valid item, nothing is returned.

For example, to determine the value of the first item in a list box, perform the following statements:

MODIFY LIST-BOX-1, QUERY-INDEX = 1
INQUIRE LIST-BOX-1, ITEM-VALUE IN MY-ITEM