Back to Devexpress

TcxCustomProgressBarProperties Class

vcl-cxprogressbar-f7d4b76f.md

latest1.3 KB
Original Source

TcxCustomProgressBarProperties Class

Contains properties specific to progress bar controls.

Declaration

delphi
TcxCustomProgressBarProperties = class(
    TcxCustomEditProperties
)

Remarks

The TcxCustomProgressBarProperties class serves as the base for the TcxProgressBarProperties object. This object can be accessed via the progress bar’s Properties property.

The TcxCustomProgressBarProperties class implements all the functionality needed by its descendant. The TcxProgressBarProperties class simply publishes some of the properties.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomProgressBarProperties

See Also

TcxCustomProgressBarProperties Members

cxProgressBar Unit