Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : TClientSocket reconnect
| Subject: | TClientSocket reconnect |
| Posted by: | "Ricky Lie" (nusatrin..@cbn.net.id) |
| Date: | Wed, 1 Mar 2006 14:37:28 |
Hi,
My application is using TClientSocket to get and send message to pbx, how
can I make use of the OnError event to establish a connection that once
being cut of, I was thinking of having a timer to attempt the connection and
stop the timer once it's done. Currently I couldn't trap the exception using
try..except and have to reponse manually the error number 10065, can anybody
help me?
Thank you