TBlockSocket.SendString
TBlockSocket
procedure SendString(Const Data: string); virtual;
Unit
blcksock
Description
Send data string via connected socket.
Any terminator is not added! If you need send true string with CR-LF termination, you must add CR-LF characters to sended string.
Because any termination is not added, you can use this function for sending any binary data in binary string.
See also:
SendBuffer