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

TBaseSingleInstance.Start

Check if another instance of the application is running.

Declaration

Source position: singleinstance.pp line 50

public function TBaseSingleInstance.Start: TSingleInstanceStart; virtual; abstract;

Function result

The result of the startup check.

Description

Start will check if another instance is running. It returns the result of the check, and the result is also stored in StartResult

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

StartResult

  

Contains the result of the last Start call.

TSingleInstanceStart

  

Result type for the TBaseSingleInstance.Start call.


Documentation generated on: Jul 24 2023