| [Overview][Resource strings][Constants][Types][Classes][Variables][Index] | 
Maximum number of messages in the queue, 0 for unlimited
Source position: simpleipc.pp line 84
 public property TIPCServerMsgQueue.MaxCount : Integer  | 
MaxCount is the maximum number of messages in the queue. When this amount is zero, the amount of messages is unlimited.
When a new message is pushed, and the Count is equal to MaxCount, the MaxAction property is examined to know what to do.
  | 
Number of messages in the queue  | 
|
  | 
Action to take when the number of messages will exceed MaxCount.  |