I have built a control which embodies a TtcpClient control as a sub-control.
In my test application for the control I have found that if I close the
application while the socket is still connected the application does not
close.  The form dissappears but it remains as a running process in task
manager.
 
What is the safe way of closing this process?
 
I have tried things like While Socket.Connected do socket.close but that
doesn't seem to allow a clean shutdown. 
 
This is my first attempt at a control so applogies if the question is a bit
naive.
 
John Barrat 
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to