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

TIPCBase.FindRunningServers

Find all running servers with matching server ID prefix

Declaration

Source position: advancedipc.pp line 92

public class procedure TIPCBase.FindRunningServers(

  const aServerIDPrefix: string;

  const outServerIDs: TStrings;

  const aGlobal: Boolean = False

);

Arguments

aServerIDPrefix

  

Prefix to match against server IDs

outServerIDs

  

String list to receive matching server IDs

aGlobal

  

Search global servers if True, local servers if False

Description

The FindRunningServers class procedure searches for all currently running IPC servers whose server ID starts with the specified prefix. Results are returned in the outServerIDs string list.

See also

ServerRunning

  

Check if a server with given ID is running


Documentation generated on: Dec 15 2025