Language Reference Guide : 4. System Classes : CellAttribute Class : IsReverse Attribute
 
Share this page                  
IsReverse Attribute
Data Type: smallint
4GL Access: RW
The IsReverse attribute sets reverse video on or off.
Valid values are:
TRUE
Turns inverse display on
FALSE
Turns inverse display off
The effect of setting this attribute to TRUE is to use the BgColor attribute for all foreground elements of the field (such as text) and to use the FgColor attribute for the field background. It does not change the values of these attributes, only the way they are used.