Vcl.WinXCtrls.TActivityIndicatorType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TActivityIndicatorType = (aitMomentumDots, aitRotatingSector, aitSectorRing);

C++

enum DECLSPEC_DENUM TActivityIndicatorType : unsigned char { aitMomentumDots, aitRotatingSector, aitSectorRing };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls Vcl.WinXCtrls

Description

The type of the activity indicator.

Possible values are:

  • aitMomentumDots : Traditional Windows 8/10 rotating sequence of dots, accelerating and deccelerating in a circular pattern.
  • aitRotatingSector : Alternating sectors of a segmented ring are highlighted in sequence to indicate activity.
  • aitSectorRing : Sectors of a segmented ring are highlighted in sequence until the ring is completely highlighted. On the next pass, each sector is displayed in a dimmed state.

See Also