[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Check if the server is running.
Source position: simpleipc.pp line 151
public function TSimpleIPCClient.ServerRunning: Boolean; |
True if the server can be reached
ServerRunning verifies if the server indicated in the ServerID and InstanceID properties is running. It returns True if the server communication endpoint can be reached, False otherwise. This function can be called before a connection is made.
|
Connect to the server |