JVCL Help:TJvProgressDialog.Text
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvProgressDialog.Text Property
[+] TJvProgressDialog Events
[+] TJvProgressDialog Methods
[+] TJvProgressDialog Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the text to display on the label located above the progress bar.
Pascal
propertyText: string;
Description
Use Text to display a text label above the progress bar. A text can be used to update the user on what part of the process is currently executing. To remove the label, set Text to an empty string.
The Text property can be changed while the dialog is shown, either directly (if the dialog was shown using Show) or in the OnProgress event (if the dialog was shown using ShowModal).
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page