Send parameters to the server.
Source position: singleinstance.pp line 64
public procedure TBaseSingleInstance.ClientPostParams; virtual; abstract; |
ClientPostParams must be called to send the client command-line parameters to the server application. The mechanism used to send these parameters depends on the used descendent of the TBaseSingleInstance class.
|
Check for messages from a client application. |