Previous: 4.8.2.1. AssignCrt procedure To the Table of Contents Next: 4.8.2.3. ClrScr procedure
4.8.2.1. AssignCrt procedure Table of Contents 4.8.2.3. ClrScr procedure

- 4.8.2.2. -
Table of Contents
4. Standard Units
4.8. CRT - Keyboard and monitor control routines
4.8.2. CRT Unit Procedures and Functions
4.8.2.2. ClrEOL procedure


4.8.2.2. ClrEOL procedure

Targets: MS-DOS, OS/2, Win32


CRT Unit, WinCRT Unit

Associates a text file with the CRT window.

Clears all characters from the cursor position to the end of the line without moving the cursor from it's initial position.

Declaration:
procedure ClrEOL;
Remarks:
All character positions are set to blanks with the currently defined text attributes. Thus, if TextBackground is not black, the current cursor position to the right edge becomes the background color.

ClrEol is window-relative.


Previous: 4.8.2.1. AssignCrt procedure To the Table of Contents Next: 4.8.2.3. ClrScr procedure
4.8.2.1. AssignCrt procedure Table of Contents 4.8.2.3. ClrScr procedure

- 4.8.2.2. -