[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Set25Lines


Purpose   Sets the screen into the normal 25 line textmode display.

Decln.    Set25Lines;

Remarks   Use this procedure to switch from a condensed line display (only
          available on systems equipped with EGA/VGA displays) to a 25 line
          display.

          The top 25 lines of the screen will remain on display.

          A global variable DisplayLines is automatically updated with the
          current number of display lines.

Example

BEGIN
    IF DISPLAYLINES <> 25 THEN
       SET25LINES.
END;

See Also: SetCondensedLines
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson