What is the 'correct' way to cleanly shutdown the THttpCli component,
whilst it could be in use?
Set all events to nil and call abort.
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.ove
Hi,
I am developing an application that uses both a
TWSocketServer/TTcpSrvClient for TCP comms and a THttpCli to retrieve
periodic images over HTTP. I'm doing this in C++ in BDS2006.
All components are created (new) in code, so not present on the forms,
and then deleted in class destructors.