JVCL Help:TJvProcessEntry.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 process.


Pascal

 functionClose(UseQuit: Boolean = False): Boolean;


Parameters

Parameters Description
UseQuit: Boolean = False Indicates whether to close immediately.


Return Value

Returns True if a process with an ID equal to ProcessID exists, otherwise returns False.


Description

Call Close to close the process. If UseQuit is True then the application will terminate immediately after processing the request. If UseQuit is False then the application can prompt the user for confirmation, and close only if the user confirms the choice.


See Also

TJvProcessEntry.Terminate


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