JVCL Help:TJvSoftwareUpdateDialog

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvSoftwareUpdateDialog
run\JvWinDialogs.pas


Summary

Displays a standard message box that can be used to notify a user that an application has been updated.

run\JvWinDialogs.pas


Pascal

 run\JvWinDialogs.pas
 TJvSoftwareUpdateDialog = class(TJvCommonDialogF);


Description

TJvSoftwareUpdateDialog is a wrapper for the SoftwareUpdateMessageBox Windows API. It can display a standard message box that can be used to notify a user that an application has been updated, do this by calling the Execute method.
No dialog box will be displayed if there is no update available or if the available update version is less than or equal to the Advertised update version.
You can preview this dialog at design-time, by right-clicking the component and clicking "Preview...".

run\JvWinDialogs.pas


About

Navigation

run\JvWinDialogs.pas



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