WinChar Colors section
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
WinChar Colors section
The WinChar Colors section of the progress.ini file contains options that specify the colors that make up the color table for use with character clients.
Each entry in the WinChar Colors section performs two semantic functions: it defines a color, and it maps that color to an entry in the color table by specifying an integer from 0 to 255. An application specifies this integer when making a color assignment to a widget.
Specify a color entry using the following syntax:
|
- keyword | colorn
-
You can also specify color0, color1, and color2 using the
NORMAL,INPUT, andMESSAGESkeywords, respectively. The keyword overrides the colorn specification. That is, if you specify both colorn and its corresponding keyword, OpenEdge displays the colors you specified with the keyword. - fgnd-color
-
The color to use for the screen foreground.
- bgnd-color
-
The color to use for the screen background.
For information about color definitions for the WinChar Colors section, see the Color Phrase reference entry in the ABL Reference.