It was my understanding that if a Panel or Form was disposed then all controls belonging to that Panel/Form would also be disposed.
However my latest app has shown that this is not the case.
Is this a change with V6 or am I just mistaken, as it appears to be undocumented?
I'm now using the GetControls method to dispose of all controls on a panel prior to disposing the panel which is working, however I also have a few objects which are not disposed using this method.
Is there a way to determine what objects are present and then can I dispose them?
Thanks,
RandomCoder
However my latest app has shown that this is not the case.
Is this a change with V6 or am I just mistaken, as it appears to be undocumented?
I'm now using the GetControls method to dispose of all controls on a panel prior to disposing the panel which is working, however I also have a few objects which are not disposed using this method.
Is there a way to determine what objects are present and then can I dispose them?
Thanks,
RandomCoder