Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RPCXLib 1.1 Graphic Library for Clipper - <b>r_isega() </b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson