Skip to main content

TcxCustomProgressBar Class

Serves as the base for progress bar controls.

Declaration

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