Previous: 4.8.2.4. Delay procedure To the Table of Contents Next: 4.8.2.6. GetCharXY function
4.8.2.4. Delay procedure Table of Contents 4.8.2.6. GetCharXY function

- 4.8.2.5. -
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.5. DelLine procedure


4.8.2.5. DelLine procedure

Targets: MS-DOS, OS/2, Win32 console


CRT Unit

Deletes the line containing the cursor.

Declaration:
procedure DelLine;
Remarks:
The line containing the cursor is deleted, and all lines below are shifted by one line. A new line is then added at the bottom.

All character positions are set to blanks using the currently defined text attributes. Thus, if the TextBackground is not black, the new line becomes the background color.


Previous: 4.8.2.4. Delay procedure To the Table of Contents Next: 4.8.2.6. GetCharXY function
4.8.2.4. Delay procedure Table of Contents 4.8.2.6. GetCharXY function

- 4.8.2.5. -