Previous: Delay procedure To the Table of Content Next: GetCharXY function

- 4.8.3.5 -
Standard Units
Crt Unit
CRT Unit Procedures and Functions

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: Delay procedure To the Table of Content Next: GetCharXY function
Delay procedure Table of Content GetCharXY function

- 4.8.3.5 -