Form.removeOwnedForm

Overview | Methods | This Package | All Packages

Form.removeOwnedForm

Removes a form from this Form object's internal list of owned forms.

Syntax

public final void removeOwnedForm( Form ownedForm )

Parameters

ownedForm

A Form object that specifies the form to remove from the list.

Remarks

After a form is removed from another form's ownership list, a call to the removed form's getOwner method returns null.

See Also   addOwnedForm