JVCL Help:TJvProgressDialog.Caption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvProgressDialog.Caption Property
[+] TJvProgressDialog Events
[+] TJvProgressDialog Methods
[+] TJvProgressDialog Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the text of the dialog caption.
Pascal
propertyCaption: string;
Description
Use Caption to set the caption of the dialog. If Caption is empty, the entire caption area of the form is removed. To display the caption area without any text in it, set Caption to a single space.
The Caption 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