Vcl.WinXCtrls.TActivityIndicator
Delphi
TActivityIndicator = class(TCustomActivityIndicator)
C++
class PASCALIMPLEMENTATION TActivityIndicator : public TCustomActivityIndicator
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.WinXCtrls.pas Vcl.WinXCtrls.hpp |
Vcl.WinXCtrls | Vcl.WinXCtrls |
Description
An animated rotating display indicating that the application is performing some activity.
Create the activity indicator, set the color, size and type, and set the Animate property to True
to start the animation. You can modify the speed of the animation with the FrameDelay property.
See Also
- Vcl.WinXCtrls.TActivityIndicator.Create
- Vcl.WinXCtrls.TActivityIndicator.Animate
- Vcl.WinXCtrls.TActivityIndicator.FrameDelay
- Vcl.WinXCtrls.TActivityIndicator.IndicatorColor
- Vcl.WinXCtrls.TActivityIndicator.IndicatorSize
- Vcl.WinXCtrls.TActivityIndicator.IndicatorType