Selection-Foreground-Color
This property allows you to set or retrieve the foreground color of the currently selected item.
By default the selection foreground color is assigned by the LAF. If you inquire this default color, the color is returned as an RGB value expressed by a negative number, therefore you should use signed data-items to inquire this property.
When the
Table-View style is specified, the selection color extends to the whole line, over all the columns.
Example - Retrieve the selection foreground color
procedure division. ... inquire screen-1-tv-1 selection-foreground-color w-color ... |