[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Check if the server is running.
Source position: simpleipc.pp line 131
public function TIPCClientComm.ServerRunning: Boolean; virtual; abstract; |
True if the server communication channel endpoint can be reached.
ServerRunning returns True if the server endpoint of the communication channel can be found, or False if not. The server endpoint should be obtained from the ServerID and InstanceID properties of the owning TSimpleIPCClient component.
TSimpleIPCClient.InstanceID |
TSimpleIPCClient.ServerID |