Language Reference Guide : 4. System Classes : FormField Class : IsReverse Attribute
 
Share this page                  
IsReverse Attribute
Data Type: smallint
4GL Access: RW
The IsReverse attribute reverses the way a field's background and foreground color attributes are used to display the field.
Valid values are:
TRUE
Turns reverse on
FALSE
Turns reverse off
Default: FALSE
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.