Check for incoming messages for the server
Source position: advancedsingleinstance.pas line 54
public procedure TAdvancedSingleInstance.ServerCheckMessages; override; |
ServerCheckMessages implements TAdvancedSingleInstance.ServerCheckMessages and checks if there are any messages in the message queue using the API of advancedIPC. If there are messages, it fires the OnServerReceivedParams event.
|
Check for incoming messages for the server |
|
|
Start IPC communication and check the type of the application instance |
|
|
End IPC communication |
|
OnServerReceivedParams |