Language:
Русский
English
DelLine (procedure) (Crt unit)
Deletes the line containing the cursor.
Declaration
procedure DelLine;
Target
Real, Protected
Remarks
The line containing the cursor is deleted, and all lines below are moved one line up (using the BIOS scroll routine). A new line is added at the bottom.
All character positions are set to blanks with the currently defined text attributes. Thus, if TextBackground is not black, the new line becomes the background color.