Hello crazdcodr, I don't see complaints but here is an example.
procedure CtrlSocketBgException(Sender: TObject; E: Exception; var CanClose: boolean); HttpCli1.CtrlSocket.OnBgException := CtrlSocketBgException; procedure TForm1.CtrlSocketBgException(Sender: TObject; E: Exception; var CanClose: boolean); begin CanClose := True; // Log it // Do what you must do according to application if this happens end; --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Monday, April 7, 2008, 02:23, [EMAIL PROTECTED] wrote: > I have tried to implement an exception handler for this event but was > unsuccessful. I have also read of similar complaints from other people. A > working example of how to do this would be greatly appreciated. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
