TApxTerminal.BackColor

TApxTerminal

property BackColor [aRow, aCol : Integer] : TColor

Accesses the background color of text in the display.

BackColor enables the direct manipulation of the background color for characters displayed by the terminal. BackColor is an array property indexed by a combination the row number (aRow) and the column number (aCol). Both aRow and aCol are one-based; the home position of the terminal display is at row 1 column 1. Note, however, that if the user has a scrollback buffer that aRow can take on negative values to identify non-visible rows in the scrollback buffer.

However, notice that this direct manipulation is inefficient.

See also: Attributes, CharSet, ForeColor