TApxTerminalBuffer.MoveCursorUp

TApxTerminalBuffer

procedure MoveCursorUp(aScroll : Boolean); 

Moves the cursor up one row.

The cursor is moved onto the previous row at the same column position. If the aScroll parameter is False and the cursor is currently on the top row, it is not moved. If the aScroll parameter is True and the cursor is on the top row, the screen or scrolling region is scrolled down one line and the cursor remains in the same position. The new line inserted at the top is initialized to space characters, using the current colors and attributes.

This method is limited to the current scrolling region.