Back to Devexpress

TdxCustomActivityIndicator Class

vcl-dxactivityindicator-d96d21b8.md

latest2.1 KB
Original Source

TdxCustomActivityIndicator Class

Serves as the base class for classes that implement activity indicators.

Declaration

delphi
TdxCustomActivityIndicator = class(
    TcxControl,
    IdxSkinSupport
)

Remarks

This class extends its ancestor class with properties that allow you to:

The TdxCustomActivityIndicator class implements all the functionality needed by its descendant, TdxActivityIndicator, which primarily publishes inherited properties and events.

Implements

IdxSkinSupport

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomActivityIndicator

See Also

TdxCustomActivityIndicator Members

dxActivityIndicator Unit