MDIForm Property
Specifies if the form is multiple-document interface (MDI) compliant.
Syntax
Object.MDIForm [= lValue]
Property Value
IExpr
The settings for the MDIForm property are:Setting
Description
True (.T)
The form will be combined with a parent form when maximized.
False (.F)
(Default) The form is always in a separate window.
Remarks
Set a form's MDIForm property to True (.T.) if you want the child form to be combined with the parent when maximized, or to False (.F.) if the child window should be retained as a separate window when maximized.