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

TBaseSingleInstance.Stop

Stop the current instance.

Declaration

Source position: singleinstance.pp line 52

public procedure TBaseSingleInstance.Stop; virtual; abstract;

Description

Stop will disable the communication mechanism that ensures only a single instance is running. After it has been called in the server application, if another application calls Start, then it will become the server (i.e. the result is siServer). If it is called in a client application, there is no effect.

See also

Start

  

Check if another instance of the application is running.


Documentation generated on: Jul 24 2023