JVCL Help:TJvCreateProcess.OnTerminate

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs after a process created with TJvCreateProcess has ended.


Pascal

 TJvCPSTerminateEvent = procedure (Sender: TObject; ExitCode: DWORD) ofobject;
propertyOnTerminate: TJvCPSTerminateEvent;


Parameters

Parameters Description
ExitCode Indicates the termination status of the specified process.
Sender The object that triggered this event.


Description

Write an OnTerminate event handler to execute code after the process finishes executing. WaitForTerminate must be set to True, otherwise OnTerminate will not be triggered.


See Also

TJvCreateProcess.WaitForTerminate


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