TApxTerminalBuffer.InsertLines

TApxTerminalBuffer

procedure InsertLines(aCount : Integer); 

Inserts new lines at the cursor.

This method is equivalent to scrolling down the screen. The new rows inserted are initialized to space characters, using the current colors and attributes. The rows that are scrolled out of view are deleted.

The cursor is left in the same location.

This method is limited to the current scrolling region.