ProgressBar.Indeterminate
From Xojo Documentation
Property (As Boolean )
aProgressBar.Indeterminate = newBooleanValue
or
BooleanValue = aProgressBar.Indeterminate
New in 2019r2
Supported for all project types and targets.
or
BooleanValue = aProgressBar.Indeterminate
New in 2019r2
Supported for all project types and targets.
Makes the progress bar show indeterminate progress.
Sample Code
This code sets the Indeterminate value of the progress bar:
ProgressBar1.Indeterminate = True