I have tried assigning a procedure to handle this exception using your suggestions, using this code:
- HttpCli.CtrlSocket.OnBgException := ExErr; ... procedure TForm1.ExErr(sender: TObject; E: Exception; var CanClose: Boolean); Begin try CanClose := False; Label1.Caption := 'Exception error.'; except end; End; - The error still persists, though, and remains to crash the app. Is there another way to go about this error handling? Thank you. -- Want an e-mail address like mine? Get a free e-mail account today at www.mail.com! -- 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