CRT Documentation: Reference

DelLine

Deletes the line containing the cursor.

procedure DelLine;

Parameters

This procedure has no parameters.

Remarks

The line containing the cursor is deleted, and all lines below are moved one line up. 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.

See Also

Crt Overview, InsLine, Window