TApxTerminalBuffer.GetLineForeColorPtr

TApxTerminalBuffer

function GetLineForeColorPtr(aRow : Integer): pointer; 

Returns a pointer to the first element of the foreground colors array.

Each element in the foreground colors array is of type TColor.

This method is not limited to the current scrolling region; it applies to the whole screen. Thus, the pointer that is returned points to the data for column 1 of the required row.

See also: DefForeColor, ForeColor, GetLineBackColorPtr