Previous: 4.72.2.2. ClrEOL To the Table of Contents Next: 4.72.2.4. CursorTo
4.72.2.2. ClrEOL Table of Contents 4.72.2.4. CursorTo

- 4.72.2.3. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.2. WinCRT Unit Procedures and Functions
4.72.2.3. ClrScr


4.72.2.3. ClrScr

Targets: MS-DOS, OS/2, Win32


CRT Unit, WinCRT Unit

Clears the active windows and returns the cursor to the upper-left corner.

Declaration:
procedure ClrScr;
Remarks:
Sets all character positions to blanks with the currently defined text attributes. Thus, if TextBackground is not black, the entire screen becomes the background color. This also applies to characters cleared by ClrEOL, InsLine and DelLine, and to empty lines created by scrolling.

ClrScr is window-relative.


Previous: 4.72.2.2. ClrEOL To the Table of Contents Next: 4.72.2.4. CursorTo
4.72.2.2. ClrEOL Table of Contents 4.72.2.4. CursorTo

- 4.72.2.3. -