> But when im putting in RequestDone: > TDNSQuery(sender).Destroy; access violation occures. Why is that?
You can't destroy the object while in OnRequestDone event handler. But you can PostMessage a custome message to your form and from the event handler destroy the object. (This is implemented in some of ICS component as the Release method, but I don't think I've done that for TDnsQuery). -- 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