Find all running servers with matching server ID prefix
Source position: advancedipc.pp line 92
public class procedure TIPCBase.FindRunningServers( |
const aServerIDPrefix: string; |
const outServerIDs: TStrings; |
const aGlobal: Boolean = False |
); |
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 |
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.
|
Check if a server with given ID is running |