TdxActivityIndicator Class
An activity indicator.
Declaration
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).
Inheritance
See Also