WebProgressBar.Maximum
From Xojo Documentation
Property (As Integer )
aWebProgressBar.Maximum = newIntegerValue
or
IntegerValue = aWebProgressBar.Maximum
Supported for all project types and targets.
or
IntegerValue = aWebProgressBar.Maximum
Supported for all project types and targets.
The maximum value of the progress bar.
Notes
When the Value property reaches this maximum value, the progress bar displays as completely filled in.
Example
This line of code sets the maximum value of the progress bar to 350:
ProgressBar1.Maximum = 350