JVCL Help:TJvProgressDialog.Execute

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

Search in JVCL Help

 
Search in all projects
 

Summary

Displays the dialog.


Pascal

 functionExecute: Boolean; override;


Return Value

Always returns true.


Description

Execute is used by the design time editor to show a preview of the dialog. Execute calls ShowModal. Don't call this method: Use Show or ShowModal instead to display the dialog.


See Also

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