ProgressBar
From Xojo Documentation
![]() |
Supported Platforms Project Types: Desktop Platforms: macOS, Windows, Linux |
- For web apps, see WebProgressBar.
Class (inherits from RectControl)
Displays a progress bar indicator on a window.
Events | |||||||||||||||||
|
Methods | ||||||||||
|
Notes
When you want to show progress of an indeterminate length, set the Maximum property to zero to display an indeterminate progress bar rather than a progress indicator.
Example
This line of code sets the maximum value of the progress bar:
ProgressBar1.Maximum = 350
See Also
RectControl, WebProgressBar classes.