JVCL Help:TInstanceChangeEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TInstanceChangeEvent type
[+] JvAppInst.pas Types
Search in JVCL Help
Search in all projectsSummary
The type for event handlers that respond when another application instance is created or destroyed.
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. |
Description
TInstanceChangeEvent is the type for event handlers that respond when another application instance is created or destroyed.
See Also
TJvAppInstances.OnInstanceCreated, TJvAppInstances.OnInstanceDestroyed
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