[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Start the server-side of the communication channel
Source position: simpleipc.pp line 57
public procedure TIPCServerComm.StartServer; virtual; abstract; |
StartServer sets up the server-side of the communication channel. After StartServer was called, a client can connect to the communication channel, and send messages to the server.
It is called when the TSimpleIPC.Active property of the TSimpleIPCServer instance is set to True.
In case of an error, an EIPCError exception is raised.
|
Simple IPC server component |
|
|
Communication channel active |