Skip to main content

TdxCustomActivityIndicator Class

The base class for the deprecated TdxActivityIndicator component.

Tip

Use the dedicated Wait Form instead.

Declaration

TdxCustomActivityIndicator = class(
    TcxControl,
    IdxSkinSupport
)

Remarks

An activity indicator (TdxActivityIndicator) component is designed to display animation during a time-consuming process (such as data import, export, etc.).

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.

Implements

See Also