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_isvga() </b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 R_IsVGA() 
 Determines if a VGA card is present
------------------------------------------------------------------------------

 Syntax
        lIsVGA := R_IsVGA ()

 Parameters
        (None)

 Returns
        lIsVGA          .T. :   VGA card is present or can be emulated
                        .F. :   No VGA card present

 Description
        This function can determine if the PC supports VGA.

 Example
        IF R_IsVGA ()
                R_ShowPCX ( 'STANDVGA.PCX' )
                [...]
        ELSE
                Alert ( 'Minimum requirement is a VGA adapter !' )

        ENDIF


See Also: R_IsEGA() R_IsMCGA() R_IsSVGA() R_ShowPCX()

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