Jump to content

fatimire

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. My question is on TWsocket onError event how i can supress all error messages? like socket already in use, no port on scoket...
  2. Hello brothers, how i can supress all error messages with TWSocket? in TClientSocket i used ErrorCode := 0; on OnError event. Thanks a lot.
  3. Hello everbody, i need to change the port or host when i cant connect, let me explain better. example: try to connect to host1 on port1 if error connect to host1 on port2 if error connect to host2 on port1 if error connect to host2 on port2 What is the better way to do it ? Using the onError event? Using the WSocket1SessionClosed event? Exists another way without use events? Thanks a lot!
×