Action to take when the number of messages will exceed MaxQueue.
Source position: simpleipc.pp line 233
published property TSimpleIPCServer.MaxAction : TIPCMessageOverflowAction |
MaxAction determines what will happen if the number of messages on the queue equals MaxQueue and a new message is put in the queue during PeekMessage:
|
Maximum number of messages in the queue, 0 for unlimited. |
|
|
Check if a client message is available. |
|
|
Action to take when the message queue is going to overflow. |