iOSProgressBar.Value

From Xojo Documentation

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

Supported on Mobile (iOS).

The current value of the progress bar.

Sample Code

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

MyProgressBar.Value = MyProgressBar.Value + 1