[Overview][Resource strings][Constants][Types][Classes][Variables][Index] Reference for unit 'simpleipc' (#fcl)

TSimpleIPCServer.MaxQueue

Maximum number of messages in the queue, 0 for unlimited

Declaration

Source position: simpleipc.pp line 224

published property TSimpleIPCServer.MaxQueue : Integer
  read GetMaxQueue
  write SetMaxQueue
  default DefaultMaxQueue;

Description

MaxQueue 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 MaxQueue, the MaxAction property is examined to know what to do.

See also

MaxAction

  

Action to take when the number of messages will exceed MaxQueue.


Documentation generated on: May 14 2021