Item-Text
This alphanumeric property is used to set or retrieve the text of an item identified by the Item property.
 
Example - Modify the item text of a tree-view item
...
procedure division.
...
  modify screen-1-tv-1 item 1 item-text "Text of Option 1"
...