[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Event handler, executed when a message is detected on the queue.
Source position: simpleipc.pp line 132
type TMessageQueueEvent = procedure( |
Sender: TObject; |
Msg: TIPCServerMsg |
) of object; |
Sender |
|
TSimpleIPCServer instance on which the message arrives. |
Msg |
|
Message that arrived on the queue |
TMessageQueueEvent is the signature of the event handler that is executed when a new message arrives on the server and the queue is full, and maxaction is ipcmoaError.
|
Event called when a new message has arrived, and the queue is full |
|
|
Simple IPC server component |