Overview | Methods | This Package | All Packages
Sets the MDI parent for this form.
Syntax
public final void setMDIParent( Form form )
Parameters
form
A Form object that specifies the form to make the parent of this one.
Exceptions
WFCException thrown if the Form object identified by the form parameter is not marked as an MDI container. To identify a form as an MDI container, use the setIsMDIContainer method.
See Also getMDIParent