NAME: DelLine USE: Procedure to delete the line located at the cursor. Lines following the deleted line are in effect scrolled up and a new line is added to the bottom. DEPENDENCY: The CRT unit must be used placed in the uses section. SYNTAX: DelLine;