JVCL Help:TJvCustomDesktopAlert.Close

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

Search in JVCL Help

 
Search in all projects
 

Summary

Closes the alert window.


Pascal

 procedureClose(Immediate: Boolean);


Parameters

Parameters Description
Immediate: Boolean If true, closes the form as if the close button was clicked. If false, fades the form according to the value of the style handler.


Description

Call Close to manually close the desktop alert form. Calling close also generates an OnClose event. Close only closes the alert form if Showing returns true.


See Also

TJvCustomDesktopAlert.StyleHandler


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