TApxTerminalBuffer.GetLineCharSetPtr

TApxTerminalBuffer

function GetLineCharSetPtr(aRow : Integer): pointer; 

Returns a pointer to the first element of the character set array.

Each element in the character set array is a byte. It is the responsibility of the owning terminal display component to interpret the values.

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.