TcxCustomProgressBar.PercentDone Property
In This Article
Returns the percentage of the task that is currently complete, as displayed by the progress bar.
#Declaration
Delphi
property PercentDone: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property value is displayed by the progress bar’s text label when the progress bar’s Properties.ShowTextStyle property is set to cxtsPercent.
See Also