Item-Foreground-Color
This numeric property is used to set or retrieve the foreground color of an item identified by the 
Item property. See "
Color management" for further details.
 
Example - Modify the color of a specific item of a tree-view to be foreground red
... procedure division. ...   modify screen-1-tv-1 item 1 item-foreground-color 12 ...  |