TApxTerminalBuffer.GetLineAttrPtr

TApxTerminalBuffer

function GetLineAttrPtr(aRow : Integer) : pointer; 

Returns a pointer to the first element of the display attributes array.

Each element in the display attributes array is a TApxTerminalCharAttrs set.

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.