Release Method

Applies To   See Also

Releases a form or form set from memory.

Syntax

Object.Release

Remarks

The Release method is useful when a form or form set is created with the DO FORM command and there is no variable by which to reference the form or form set.

You can use the forms collection of the Screen object to find the form or form set and call its Release method.