FMX.StdCtrls.TProgressBar

Delphi
TProgressBar = class(TPresentedControl, IValueRange)
C++
class PASCALIMPLEMENTATION TProgressBar : public Fmx::Controls::Presentation::TPresentedControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | FMX.StdCtrls |
Description
Represents an animated progress bar indicator for general progress indication.
Use a TProgressBar in applications where you need to inform the user about the progress of one or multiple tasks effectuated by your application. A TProgressBar control can display its progress (Value) in the range specified by Min and Max.
Metropolis UI ProgressBar:
When a task with an indefinite amount of time or operations is in progress, we recommend that you use a TAniIndicator to illustrate the progress.
See Also
- FMX.StdCtrls.TProgressBar.Value
- FMX.StdCtrls.TProgressBar.Min
- FMX.StdCtrls.TProgressBar.Max
- FMX.StdCtrls.TAniIndicator