by nic.alexander@[EMAIL PROTECTED]
Apr 3, 2006 at 05:31 AM
Part of the problem seems to be caused because the panel that is the
paretn TWinControl of the Tree component is getting destroyed before
the Tree Component, and isn't calling the Tree's destroy method. By
the time the Tree's destroy is called, it's parent property is nil. :(