Remove the oldest message from the queue.
Source position: simpleipc.pp line 89
public function TIPCServerMsgQueue.Pop: TIPCServerMsg; |
Oldest message in the queue, or Nil.
Pop removes the oldest message from the queue if there is one, and returns it. If none exists, Nil is returned. The caller is responsible for freeing the message instance.
None.
|
Add a new message to the queue. |