[Overview][Types][Classes][Variables][Index] |
Single instance used to control single application instance behaviour
Source position: custapp.pp line 104
public property TCustomApplication.SingleInstance : TBaseSingleInstance |
SingleInstance is used when TCustomApplication.SingleInstanceEnabled is set to True. It can be used to send a message to an already running instance, or to check for messages if the current instance is the sole ("server") instance running.
|
Class to use when creating single instance |
|
|
Enable single application instance control. |