JVCL Help:TJvProgressDialog.Cancelled
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvProgressDialog.Cancelled Property
[+] TJvProgressDialog Events
[+] TJvProgressDialog Methods
[+] TJvProgressDialog Properties
Search in JVCL Help
Search in all projectsSummary
Determines if the user canceled the dialog before the process completed.
Pascal
propertyCancelled: Boolean;
Description
After the dialog is closed, Cancelled is set to true if the user closed the dialog before the process completed. A user can only close the dialog if the ShowCancel property is true. When showing the dialog modally, you can use the return value of ShowModal to determine if the user canceled the dialog but when you use Show, Cancelled is the only way to determine what the user did.
See Also
TJvProgressDialog.Show, TJvProgressDialog.ShowCancel, 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