I have to develop a simple application in Delphi XE2. This application will connect to a service running on a server with IP Address(say xxx.xxx.xxx.xxx) with some Port No (say xxxx) using TCP/IP protocol and will get reply from the service running on the server.
I have created two textboxes: txtRequestMsg, txtReplyMsg and a button called Connect.
I don't know which components to use. Infact, I am unable to start the project. Please provide me some sample code in delphi xe2 with tcp / ip protocol showing how to make connection and get a response back so I know it's alive. I am not asking to do an ICMP PING, but a TCP connection.

Delphi InternetandDelphi TCP/IP, and there are highly visible (and well known) Indy components in Delphi's component palette. This question shows zero effort to research this problem yourself by even a basic search. – Ken White Nov 7 '12 at 11:56