[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 R_IsEGA() 
 Determines if an EGA card is present
------------------------------------------------------------------------------

 Syntax
        lIsEGA := R_IsEGA ()

 Parameters
        (None)

 Returns
        lIsEGA          .T. :   EGA card is present or can be emulated
                        .F. :   No EGA card present

 Description
        This function can determine if the PC supports EGA.
        That might be important for the function R_ShowPCX ().

 Example
        IF R_IsEGA ()
                R_ShowPCX ( 'STANDEGA.PCX' )
                [...]
        ELSE
                Alert ( 'EGA adapter required to display this picture.' )

        ENDIF

See Also: R_IsMCGA() R_IsSVGA() R_IsVGA() R_ShowPCX()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson