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 | |||||||||
|
Example
This line of code sets the maximum value of the progress bar:
ProgressBar1.MaximumValue = 350
See Also
RectControl, WebProgressBar classes.