I have created MDI application in Delphi. Lets assume that I have a bunch of MDIChild forms in my application which are visible on the screen. I would like to perf开发者_运维知识库orm a loop on those
I override ProcessCmdKey() in my MDI parent form class and have some keyboard shortcut calling method in same class. But I wish to make these hotkeys working in parent/child form and other form. The c
Is there a way to prevent the opening of a certain form w开发者_如何学Pythonithin an MDI container if that said form is already opened?You can interate over the OpenForms collection to check if there
Is there a way to use a program as a MDI child window开发者_如何学Python. I am thinking of having one main MDI parent window which can have multipe child windows, some of which will be programs(.exe f
I want to set focus to an MDI Parent Form when I click on the background of the form. However, the only way I can get it to set focus is when I resize the form.