Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: Convert from Indy 9 to 10
| Subject: | Re: Convert from Indy 9 to 10 |
| Posted by: | "Ron L." (infopath@nospam-pireporting.com) |
| Date: | Wed, 28 Mar 2007 08:53:27 |
Thanks. I appreciate the help.
Ron.
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:4609e87c$1@newsgroups.borland.com...
>
> "Ron L." <infopath@nospam-pireporting.com> wrote in message
> news:4609d638$1@newsgroups.borland.com...
>> I am trying to convert some code from Indy 9 to 10 and I am
> wondering if
>> there is any migration documentation.
>
> There is not.
>
>> Specifically - I seem to miss the TidHTTP.DisconnectSocket method
>
> Just call Disconnect()
>
>> it seems that my event handlers for a TidHTTP.OnWork event
>> have a different parameter list
>
> Correct. The OnWorkBegin and OnWork events have been updated to use
> Int64 instead of Integer.
>
>
> Gambit