> Is there any function to check if RcvdStream is created? My application > creates stream, but sometimes you can call abort function before creating > the stream... i need to check if it was created, and if not, exit off > OnRequestDone event.
Just make sure you set RcvdStream to nil each time you free the stream. So checking if it is created simply means checking if RcvdStream is assigned a value. btw: You should alsys set variables and propereties to nil when freeing an object instance. FreeAndNil may be of some help. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be