TcxCustomProgressBarProperties.Text Property
In This Article
Specifies the text to be displayed by the progress bar’s label.
#Declaration
Delphi
property Text: string read; write;
#Property Value
Type |
---|
string |
#Remarks
The label displays the specified text, if the following conditions are met:
The ShowTextStyle property is set to cxtsText.
The ShowText option is enabled.
See Also