Send a formatted string message.
Source position: simpleipc.pp line 277
| public procedure TSimpleIPCClient.SendStringMessageFmt( | 
| const Msg: string; | 
| Args: array of Const | 
| ); | 
| MsgType: TMessageType; | 
| const Msg: string; | 
| Args: array of Const | 
| ); | 
| Msg | 
 | Format string for message. | 
| Args | 
 | Arguments to format string with. | 
| MsgType | 
 | Message type. | 
| Msg | 
 | Format string for message. | 
| Args | 
 | Arguments to format string with. | 
SendStringMessageFmt sends a string message with type MsgTyp and message formatted from Msg and Args to the server. This is a convenience function: a small wrapper around the SendStringMessage method
Same as for SendMessage.
| 
 | Send a message to the server. | |
| 
 | Connect to the server. | |
| 
 | Send a string message to the server. |