[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Send a message
Source position: simpleipc.pp line 132
public procedure TIPCClientComm.SendMessage( |
MsgType: TMessageType; |
Stream: TStream |
); virtual; abstract; |
MsgType |
|
Type of message |
Stream |
|
Message data |
SendMessage should deliver the message with type MsgType and data in Stream to the server. It should not return until the message was delivered.
If the delivery of the message fails, an exception will be raised.