readln

Send and Receive a simple string value with Indy (Delphi)

Hi, is there any way to send a simple text(string value) without using WriteLN and ReadLN? The ReadLn function needs LF char and when I'm sending a text message via winsock to Indy, ReadLn cannot get the message correctly and some exceptions will be happen continuously. ...