SendText Method
Sends text data to the server.
procedure SendText(Text: String);
Remarks
This method sends data as text to the server. Data sent with this method will always be treated as text data regardless of the value of DataFormat. The component will UTF-8 encode the supplied text.