BBjProgressBar::setMaximum
Description
In BBj 3.0 and higher, this method sets the maximum range for the BBjProgressBar control.
Syntax
Return Value |
Method |
void |
setMaximum(int maximum) |
Parameters
Variable |
Description |
maximum |
Specifies the maximum range of the BBjProgressBar control. |
Return Value
None.
Remarks
By default, the maximum is 100.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.