TApxTerminalBuffer.MoveCursorDown

TApxTerminalBuffer

procedure MoveCursorDown(aScroll : Boolean); 

Moves the cursor down one row.

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

This method is limited to the current scrolling region.