Question:
How do I know is there any MDIChild form opened? Because I want to disable the MDIForm’s toolbar editing items (cut, copy, paste) if all child forms are closed.
Answer:
If you look at the ActiveForm property of the MDIForm and it is nothing, there are no child forms opened.