JVCL Help:TJvProgressDialog.Caption

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvProgressDialog.Text


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