fatimire 0 Posted October 29, 2019 Hello brothers, how i can supress all error messages with TWSocket? in TClientSocket i used ErrorCode := 0; on OnError event. Thanks a lot. Share this post Link to post
Angus Robertson 574 Posted October 29, 2019 Sorry, don't understand the question. There is no TClientSocket in any ICS source unit, but client would suggest you referring to TWSocketServer. OnError is a notification event, you can not suppress errors there. Angus Share this post Link to post
fatimire 0 Posted October 29, 2019 My question is on TWsocket onError event how i can supress all error messages? like socket already in use, no port on scoket... Share this post Link to post
Angus Robertson 574 Posted October 29, 2019 You just ignore errors you don't want to handle. Not a good idea though. Angus Share this post Link to post