Item-Hint
This alphanumeric property is used to set or retrieve the hint text of an item identified by the Item property. Such text is shown when the mouse pointer is placed on the Tree-View item.
 
Example - Modify the hint text of a specific item of a tree-view
...
procedure division.
...
  modify screen-1-tv-1 item 1 item-hint "Hint of item 1"
...