Delphi doesn't have native serial support (at least Delphi 5 that I am using doesn't). You need to either use the Windows API or one of the VCL serial libraries. There is more information on this link Serial I/O (RS232) Using Delphi
Once you can write serial data to the com port that the Arduino USB is connected to you can follow the Arduino examples that show how to process incoming data.