Skip to main content

TdxActivityIndicator Class

A deprecated activity indicator component.

Tip

Use the dedicated Wait Form instead.

Declaration

TdxActivityIndicator = class(
    TdxCustomActivityIndicator
)

Remarks

An activity indicator (TdxActivityIndicator) component displays an animation during a time-consuming process, such as data import or export.

VCL Editors Library: An Activity Indicator Example

Important

The TdxActivityIndicator component ships with DevExpress VCL products for backward compatibility only.

DevExpress does not implement new features or fix bugs for deprecated components.

We recommend that you display a Wait Form instead of using the TdxActivityIndicator component to indicate a time-consuming process that runs in the main thread and locks the application UI.

See Also