Unit 'AdvancedIPC' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#fcl]

TIPCBase.ServerRunning

Check if a server with given ID is running

Declaration

Source position: advancedipc.pp line 94

public class function TIPCBase.ServerRunning(

  const aServerID: string;

  const aGlobal: Boolean = False

):Boolean; overload;

Arguments

aServerID

  

Server ID to check

aGlobal

  

Check global server if True, local server if False

Function result

True if server is running, False otherwise

Description

The ServerRunning class function checks whether an IPC server with the specified ID is currently active. Returns True if the server is running and accessible.

See also

FindRunningServers

  

Find all running servers with matching server ID prefix


Documentation generated on: Dec 15 2025