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


Purpose   Indicates if the system is equipped with an EGA or VGA display.

Decln.    EGAVGASystem:boolean

Returns   Boolean

Remarks   Returns true if the system is equipped with an EGA or VGA card
          and monitor.

Example

BEGIN
    IF EGAVGASYSTEM THEN
       SETCONDENSEDLINES
    ELSE
       FWRITELN('CANNOT DISPLAY MORE LINES - THE SYSTEM IS TOO CHEAP!');
END;

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