I am using Delphi xe6 to impelement a simple client/server connection. The client form should have a TEdit component and should sent Edit.text string to server memo. I want to use Indy components: TIdTcpServer and TIdTcpClient but I don't know how to setup a simple connection between client and server.
I would appreciate your help.
[indy] TIdTCPClient
found this post. I'll bet another 30 seconds would find a similar example for Indy's TIdTCPServer. – Ken White