JVCL Help:TJvExitWindowsDialog

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvExitWindowsDialog
run\JvWinDialogs.pas


Summary

Displays a dialog that prompts the user to restart Windows.

run\JvWinDialogs.pas


Pascal

 run\JvWinDialogs.pas
 TJvExitWindowsDialog = class(TJvCommonDialogP);


Description

  1. JVCLInfo

Use TJvExitWindowsDialog to show a dialog that prompts the user to restart Windows. Do this by calling the Execute method. When the user clicks the button, the function calls the ExitWindowsEx API to attempt to restart Windows.
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