I am developing an MDI application. Now when I close the mainform all the childforms also
close. How can I, when the mainform closes, call all of the FormClose procedures of the
childforms?
Thanks,
Marco
--
Please reply to email sc...@bart.nl
Remove no_spam_ from my email.
\Francois
Just call the FormDestroy procedures.
Marco Schellings schrieb in Nachricht ...
>Hi,
>
>I am developing an MDI application. Now when I close the mainform all the
childforms also
>close. How can I, when the mainform closes, call all of the FormClose
procedures of the
>childforms?
>