Read message from the channel.
Source position: simpleipc.pp line 112
public procedure TIPCServerComm.ReadMessage; virtual; abstract; |
ReadMessage reads the message for the channel, and stores the information in the data structures in the Owner class.
ReadMessage is a blocking call: if no message is available, the program will wait till a message arrives. Use PeekMessage to see if a message is available.
|
Simple IPC server component. |