[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 R_IsVGAFl()
 Determine if an VGA card is present
------------------------------------------------------------------------------

 Syntax
        lIsVGA := R_IsVGAFl ()

 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_IsVGAFl ()
                *-- VGA present
                R_VGAFnt ( 2 )          && Load internal VGA font
        ELSE
                IF R_IsEGAFl ()
                        R_EGAFnt ( 2 )  && Load internal EGA font
                ELSE
                        Alert ( 'PC must at least support EGA !' )
                ENDIF
        ENDIF


See Also: R_EGAFnt() R_IsEGAFl() R_VGAFnt()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson