Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Convert from Indy 9 to 10
| Subject: | Convert from Indy 9 to 10 |
| Posted by: | "Ron L." (infopath@nospam-pireporting.com) |
| Date: | Tue, 27 Mar 2007 19:43:08 |
I am trying to convert some code from Indy 9 to 10 and I am wondering if
there is any migration documentation.
Specifically - I seem to miss the TidHTTP.DisconnectSocket method and it
seems that my event handlers for a TidHTTP.OnWork event have a different
parameter list - my event is defined as "procedure MyEventHandler(Sender :
TObject; AWorkMode : TWorkMode; const AWorkCount : integer);
Thanks,
Ron.