JVCL Help:TJvAppInstances

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvAppInstances
run\JvAppInst.pas


Summary

Allows you to control the number of application instances running at the same time.

run\JvAppInst.pas


Pascal

 run\JvAppInst.pas
 TJvAppInstances = class(TComponent);


Description

  1. 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.

run\JvAppInst.pas


About

Navigation

run\JvAppInst.pas



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