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: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 27 Mar 2007 20:59:20 |
"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