Back to Devexpress

TcxCustomProgressBar Class

vcl-cxprogressbar-e8af7b59.md

latest4.4 KB
Original Source

TcxCustomProgressBar Class

Serves as the base for progress bar controls.

Declaration

delphi
TcxCustomProgressBar = class(
    TcxCustomEdit
)

Remarks

The TcxCustomProgressBar class is the ancestor of the TcxProgressBar, representing a progress bar control. It implements all the functionality needed by its descendant. The TcxProgressBar class simply publishes certain properties.

The primary features implemented by the TcxCustomProgressBar class are listed below:

The images below show possible appearances of the progress bar control derived from the TcxCustomProgressBar class.

Do not create instances of the TcxCustomProgressBar class in your applications. If you need a progress bar, use the TcxProgressBar control. The TcxCustomProgressBar class should be used to derive other progress bar controls.

Inheritance

Show 12 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomProgressBar

See Also

TcxCustomProgressBar Members

cxProgressBar Unit