Form.setOwner

Overview | Methods | This Package | All Packages

Form.setOwner

Sets the owner for this form.

Syntax

public final void setOwner( Form owner )

Parameters

owner

A Form object that identifies the new owner for this form.

Remarks

A call to this method is identical to calling the owner form's addOwnedForm method, specifying this form object as a parameter.

See Also   getOwner, removeOwnedForm