TApxTerminal.ForeColor

TApxTerminal

property ForeColor [aRow, aCol : Integer] : TColor

Accesses the foreground color of text in the display.

ForeColor enables the direct manipulation of the foreground color (the color of the glyphs themselves) for characters displayed by the terminal. ForeColor 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.

See also: Attributes, BackColor, CharSet