procedure EraseToEOL;
Erases characters from the current cursor position to the end of the row.
The erasing operation is done by replacing the characters with space characters, using the current colors and attributes. The cursor position is included.
This method is limited to the current scrolling region.