TApxTerminalBuffer.DeleteLines

TApxTerminalBuffer

procedure DeleteLines(aCount : Integer); 

Deletes lines from the current cursor position.

The lines underneath the lines being deleted are moved up to take their place. The area at the bottom uncovered by this action is filled with space characters using the current colors and attributes. Deleting aCount lines is equivalent to scrolling up aCount lines.

The DeleteLines method is limited to the current scrolling region.

The cursor is left in the same position.