JVCL Help:TInstanceChangeEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

The type for event handlers that respond when another application instance is created or destroyed.

run\JvAppInst.pas


Pascal

 run\JvAppInst.pas
 TInstanceChangeEvent = procedure (Sender: TObject; ProcessId: Cardinal) ofobject;


Parameters

Parameters Description
Sender TJvAppInstance object.
ProcessId The process id of the created or destroyed application instance.

run\JvAppInst.pas


Description

TInstanceChangeEvent is the type for event handlers that respond when another application instance is created or destroyed.

run\JvAppInst.pas


See Also

TJvAppInstances.OnInstanceCreated, TJvAppInstances.OnInstanceDestroyed

run\JvAppInst.pas


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