Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxActivityIndicator Class

An activity indicator.

#Declaration

Delphi
TdxActivityIndicator = class(
    TdxCustomActivityIndicator
)

#Remarks

An activity indicator is used to display animation during ongoing events with an unknown duration. Combined with informational texts or labels, the activity indicator helps you show the status of such events.

Refer to the TdxCustomActivityIndicator.Properties topic to learn about available indicator types.

The TdxActivityIndicator class does not introduce any new functionality except for publishing properties and events inherited from its ancestor class. Refer to the TdxCustomActivityIndicator class description to learn more.

Note

TdxActivityIndicator is useful as an indicator for background activities running in a separate thread (rather than the main thread).

See Also