Language Reference Guide : 4. System Classes : TableField Class : IsHighlighted Attribute
 
Share this page                  
IsHighlighted Attribute
Data Type: smallint
4GL Access: RW
This attribute specifies whether the selected row is highlighted (displayed in reverse video).
Valid values are:
TRUE
Specifies that the selected row is displayed in reverse video
FALSE
Specifies that the selected row is not displayed in reverse video
Default: TRUE
This attribute applies only to the default case, when SelectionType is SEL_SINGLE and ScrollingChangesSelection is FALSE. With nondefault selection attributes, you can set the _RowSelected to FALSE for each row, to eliminate highlighting.