- 4.8.3.3 -
Standard Units
Crt Unit
CRT Unit Procedures and FunctionsClrScr procedure
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.
|
|
|
ClrEOL procedure |
Table of Content |
Delay procedure |
- 4.8.3.3 -