FormRun.finalize Method
Destructs the form object when the form is closed and then releases the allocated space of the object.
Syntax
public int finalize()
Run On
Client
Return Value
Type: int
An integer value that indicates whether the form is closed.
Remarks
To override this method on a form, right-click the Methods node below the form, click Override Method, and then click finalize.
For information about best practices for forms and code, see No Code in Forms.