Show: Delphi C++
Display Preferences

FMX.Controls.TAniIndicator

From XE2 API Documentation
Jump to: navigation, search

FMX.Types.TStyledControlFMX.Types.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TAniIndicator

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.

AniIndicatorStyle.png

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.

See Also

Code Examples

Personal tools
Previous Versions
Translations