Delphi-Quellcode:
function GetParentForm(Control: TControl; TopForm: Boolean = True): TCustomForm;
...
Bei
MDI-Forms sind ja die MDIChilds im MDIForm eingebettet. Mit TopForm = True bekommst du dann das MDIForm, bei False das entsprechende MDIChild.