Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also