[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Send a string message to the server
Source position: simpleipc.pp line 153
public procedure TSimpleIPCClient.SendStringMessage( |
const Msg: string |
); |
MsgType: TMessageType; |
const Msg: string |
); |
Msg |
|
String message |
MsgType |
|
Message type |
Msg |
|
String message |
SendStringMessage sends a string message with type MsgTyp and data Msg to the server. This is a convenience function: a small wrapper around the SendMessage method
Same as for SendMessage.
|
Send a message to the server |
|
|
Connect to the server |
|
|
Send a formatted string message |