MobileProgressBar.Value

From Xojo Documentation

Property (As Double )
aMobileProgressBar.Value = newDoubleValue
or
DoubleValue = aMobileProgressBar.Value

Supported on Mobile.

The current value of the progress bar.

Sample Code

Increase the current position (usually done from a Timer):

MyProgressBar.Value = MyProgressBar.Value + 1

See Also

MaximumValue and MinimumValue properties.