vcl-dxactivityindicator-d96d21b8.md
Serves as the base class for classes that implement activity indicators.
TdxCustomActivityIndicator = class(
TcxControl,
IdxSkinSupport
)
This class extends its ancestor class with properties that allow you to:
Select the animated indicator style and access its animation and appearance settings (Properties, PropertiesClass, or PropertiesClassName);
Start/stop the animation (Active);
Apply antialiasing to indicator elements (Antialiasing);
Switch the background transparency (Transparent).
The TdxCustomActivityIndicator class implements all the functionality needed by its descendant, TdxActivityIndicator, which primarily publishes inherited properties and events.
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomActivityIndicator
See Also