JVCL Help:TJvProgressDialog.Image
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvProgressDialog.Image Property
[+] TJvProgressDialog Events
[+] TJvProgressDialog Methods
[+] TJvProgressDialog Properties
Search in JVCL Help
Search in all projectsSummary
Specifies an image on the dialog.
Pascal
propertyImage: TPicture;
Description
Assign an image to this property to have it displayed in the dialog. The form will automatically adjust its size to the image if it is larger than the default size of the dialog.
The Image 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.Caption, TJvProgressDialog.Show, TJvProgressDialog.ShowModal
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