
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>gaugenew()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GaugeNew()
Creates and inits a status bar
Syntax:
GaugeNew( nRow, cMessage, cColor ) -> aBar
nRow : Row position
cMessage : Message to display
cColor : Window color
Description:
Creates and inits a status bar returning an array structure with
bar information to GaugeUpdate().
Return:
An array structure.
Example:
aGauge := GaugeNew( 9, "Fast Library Installation progress", "G" )
See Also: GaugeUpdate()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson