Show: Delphi
C++
Display Preferences
FMX.Controls.TAniIndicator
From XE2 API Documentation
Delphi
TAniIndicator = class(TStyledControl)
C++
class PASCALIMPLEMENTATION TAniIndicator : public Fmx::Types::TStyledControl
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
Description
Represents an animated spinning indicator used for illustrating an indefinite waiting time for application processes.
Use a TAniIndicator in applications where you need to inform the user that a task that takes an indefinite amount of time is in progress. Enable or disable the spinning effect by controlling the state of the Enabled property (True or False). An animated spinning indicator can be rendered as lines or as circles.
When a task with a definite amount of time or operations is in progress, we recommend that you use a TProgressBar to illustrate the progress.
