Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: Copying records or arrays using tcp/ip
| Subject: | Re: Copying records or arrays using tcp/ip |
| Posted by: | "D-Fan" (d-fan@antispam.com) |
| Date: | Thu, 10 Jan 2008 23:58:56 |
Based on the example provided by Craig what is the best way to construct
this in Indy 10?
Remy Lebeau (TeamB) wrote:
> "D-Fan" <D-Fan@nospam.net> wrote in message
> news:4785541c$1@newsgroups.borland.com...
>
>> Is there a way to transfer records, arrays, or other structures
>> over the internet using tcp/ip?
>
> Of course there is. But how you actually do that depends on the particular
> TCP/IP library you are using, and the actual layout and members of the
> records/structures. Can you provide more details?
>
>
> Gambit