Vcl.WinXCtrls.TActivityIndicator.IndicatorType
Delphi
property IndicatorType: TActivityIndicatorType read FIndicatorType write SetIndicatorType default 0;
C++
__property IndicatorType = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.WinXCtrls.pas Vcl.WinXCtrls.hpp |
Vcl.WinXCtrls | TActivityIndicator |
Description
The type of the activity indicator. {{#multireplace:Vcl.WinXCtrls.TActivityIndicator.IndicatorType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.WinXCtrls.TCustomActivityIndicator.IndicatorType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
The type of the activity indicator.
Possible values are:
aitMomentumDots: Default. 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.