TcxCustomProgressBar.PercentDone Property
Returns the percentage of the task that is currently complete, as displayed by the progress bar.
Declaration
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