Tagged Questions
3
votes
2answers
3k views
Delphi MDI - handling open/close/activate child form
I'm developing MDI application which assigns a tab for each created MDI child. I need to "catch" OnActivate, OnCreate and OnDestroy events of child form in the main (parent) form code. Simply calling ...