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

TIPCServer.StartServer

Start the IPC server

Declaration

Source position: advancedipc.pp line 168

public function TIPCServer.StartServer(

  const aDeletePendingRequests: Boolean = True

):Boolean;

Arguments

aDeletePendingRequests

  

Delete pending requests on startup if True

Function result

True if server started successfully

Description

The StartServer function activates the IPC server, making it available for client connections. Returns True if the server was successfully started or was already running. Optionally deletes any pending requests from previous sessions.

See also

StopServer

  

Stop the IPC server

Active

  

Server running state


Documentation generated on: Dec 15 2025