System Variables

<< Click to Display Table of Contents >>

Navigation:  Concordance Programming Language Reference >

System Variables

Concordance has several variables which already exist when your program starts up. These are Concordance system variables, they contain values used and initialized by Concordance. Each of the following variables can be changed by your program. Changes to the color variables are stored by Concordance and are used as default values in Concordance displays and by various CPL functions.

Variable

Description

MaxRow

The bottom row on the screen, range 0 to MaxRow_

TextColor

Color of text used for most displays

TextBackground

Color used for background in Windows version

TextHighlight

Highlighted color used in most displays

MenuColor

Color of menu background and unselected items

MenuBackground

Background color used in Windows version

MenuHighlight

Color used to highlight selected menu item

MenuHighlightBackground

Background color for Windows version

HelpColor

Used to display help screens

HelpHighlight

Highlighted text on help screens

QueryHighlight

Used in Browse mode to highlight search words

QueryHighlightBackground

Background color used in Windows version