Check for messages from a client application.
Source position: singleinstance.pp line 62
public procedure TBaseSingleInstance.ServerCheckMessages; virtual; abstract; |
ServerCheckMessages must be called at regular intervals by the server application to see if any client application sent messages (using TBaseSingleInstance.ClientPostParams). This is part of themechanism to communicate parameters from the client to the server. If there are any messages, then the OnServerReceivedParams event will be triggered once for any client that sent parameters.
|
Send parameters to the server. |