TApxTerminalBuffer.DeleteChars

TApxTerminalBuffer

procedure DeleteChars(aCount : Integer); 

Deletes characters from the current cursor position.

The characters to the right of the deleted ones are moved over to take their place. The area on the extreme right uncovered by this action is filled with space characters using the current colors and attributes.

The DeleteChars method is limited to the current scrolling region.

The cursor is left in the same position.