Callback type for the TBaseSingleInstance.OnServerReceivedParams event.
Source position: singleinstance.pp line 39
| type TSingleInstanceParamsEvent = procedure( | 
| Sender: TBaseSingleInstance; | 
| Params: TStringList | 
| ) of object; | 
| Sender | 
 | The TBaseSingleInstance which fired the event. | 
| Params | 
 | The client-provided parameters received by TBaseSingleInstance. | 
This callback type is the signature of the TBaseSingleInstance.OnServerReceivedParams event in case the server receives parameters from a newly started client.
| 
 | Event triggered during ServerCheckMessages. |