JVCL Help:TJvProgressDialog.ShowCancel

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies if the user can abort the process.


Pascal

 propertyShowCancel: Boolean;


Description

Use ShowCancel to specify whether the dialog has a Cancel button or not. If ShowCancel is true, the user can abort the process either by clicking the Cancel button or by hitting Escape. If the dialog has a caption area, the system menu and the close button will also be activated if ShowCancel is true.
If the user cancels the process, the OnCancel event is triggered and Cancelled is set to true.


See Also

TJvProgressDialog.Cancelled, TJvProgressDialog.OnCancel, 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