Bit off the topic, but talking about memory leaks, I use MemCheck @ http://v.mahon.free.fr/pro/freeware/memcheck/ . Link into your project file (as per samples and tutorials on the website) and forget about it. It only kicks in when it detects either a reference to non assigned object, or an object not released, and if your project is set up correctly it gives you a text file output tracing the error down its call stack.
Cheers Jono _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Assaf Stone Sent: 2005/11/28 09:41 AM To: [email protected] Subject: RE: [delphi-en] Re: Re: commercial grid component . 3. Of course, if you use run-time created objects, you run the risk of not disposing of them properly (me?!? I never forget to free an object. Yeah, right). And then you're taking a stroll down memory-leak lane. . [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/i7folB/TM --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

