TApxTerminalBuffer.EraseChars

TApxTerminalBuffer

procedure EraseChars(aCount : Integer); 

Erases characters from the current cursor position.

The erasing operation is done by replacing aCount characters with space characters, using the current colors and attributes. The EraseChars method will automatically wrap and continue at the end of rows, but it will not cause a scroll if the count requested exceeds the bottom row. The cursor position is included.

This method is limited to the current scrolling region.