Read message from the queue.
Source position: simpleipc.pp line 211
public function TSimpleIPCServer.ReadMessage: Boolean; |
True if a message was read by the server and pushed to the queue.
ReadMessage will read the oldest message from the queue, and make it available in TSimpleIPCServer.MsgType and TSimpleIPCServer.MsgData
It is safe to call this even if a watch thread is started.
|
Last message type. |
|
|
Last message data. |