Unit 'singleinstance' Package
[Overview][Types][Classes][Variables][Index] [#fcl]

TSingleInstanceStart

Result type for the TBaseSingleInstance.Start call.

Declaration

Source position: singleinstance.pp line 31

type TSingleInstanceStart = (

  siServer,

  

The current instance is the server (first started).

  siClient,

  

The current instance is the client (another instance was started earlier).

  siNotResponding

  

The first instance is not responding.

);

Description

TSingleInstanceStart is used to determine which kind of application the currently running application is.

siServer
The current instance is the server (first started).
siClient
The current instance is the client (another instance was started earlier).
siNotResponding
The first instance is not responding.

See also

TBaseSingleInstance.Start

  

Check if another instance of the application is running.

TBaseSingleInstance.StartResult

  

Contains the result of the last Start call.


Documentation generated on: Jul 24 2023