procedure WriteString(const Buffer: string);
Description
Use the WriteString method to send a command with parameters to the server. The command is passed through an existent connection and executed remotely. The line feed symbol must conclude the command.
The result of the command execution can be obtained by the ReadString and ReadBuffer methods.
See Also