Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twGetGlobal( nHndl )
 ----------------------------------------------------------------------------

     twGetGlobal() returns the current setting of a global variable you
     have previously defined. It is most efficient to use this function
     in a manifest constant definition in you system header file. Some
     common uses are to ensure constancy in system wide colour
     definitions and printer queues.

       Arguments:

     nHndl - 'N' The position in your array of definitions passed with
                 twInitGlobal() of the handle returned when you add a
                 global with twAddGlobal().

       Return:

     Current global variable setting.

       Example:

     .....
     #define NORMALCOLOR       twGetGlobal( 3 )
     #define NORMALFRAMECOLOR  twGetGlobal( 4 )
     .....

See Also: twInitGlobal() twDelGlobal() twSetGlobal() twAddGlobal()

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