
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>gaugeupdate()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GaugeUpdate()
Increases a status bar
Syntax:
GaugeUpdate( aBar, nInc ) -> Nil
aBar : An array with bar information
nInc : Increment 0-1
Description:
Increases a status bar that has been created with GaugeNew().
Return:
Nothing.
Example:
aGauge := GaugeNew( 9, "Fast Library Installation", "G" )
GaugeUpdate( aGauge, 0.5 )
GaugeUpdate( aGauge, 0.5 )
See Also: GaugeNew()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson