Skip to main content

TdxActivityIndicatorProperties Class

The base class for activity indicator settings.

Declaration

TdxActivityIndicatorProperties = class(
    TdxActivityIndicatorPersistent
)

Remarks

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.

Inheritance

See Also