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]

 twGaugeUpdate( aHandle, nPercent )
 ----------------------------------------------------------------------------
     Update the gaugebar as the event it is associated with proceeds.

       Arguments:

     aHandle  - 'H' Bar Handle returned from twGaugeNew().

     nPerCent - 'N' Percent of event completed. The application must
                    calculate this before passing it.

       Return:

     NIL

       Example:

     twGaugeUpdate( nBarHandle, ( nCompleted / nTotal ) / 100 )

See Also: twGaugeDisplay() twGaugeNew()

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