JVCL Help:TJvAppInstances
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAppInstances Class
[+] JvAppInst.pas Classes
[+] TJvAppInstances Events
[+] TJvAppInstances Methods
[+] TJvAppInstances Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvAppInstances
run\JvAppInst.pas
Summary
Allows you to control the number of application instances running at the same time.
Pascal
run\JvAppInst.pas
TJvAppInstances = class(TComponent);
Description
- JVCLInfo
The TJvAppInstances component encapsulates the TJclAppInstance class. It allows you to control the number of application instances running at the same time. If a new instance is rejected it can send its command line and other commands to the first instance. To set a UniqueAppIdGuidStr you must call JclAppInst.JclAppInstances in the initialization section of a unit or before the forms are created (OnCreate is too late). This class is not thread safe.
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