FormRun.finalize Method [AX 2012]

Destructs the form object when the form is closed and then releases the allocated space of the object.

public int finalize()

Run On

Client

Return Value

Type: int
An integer value that indicates whether the form is closed.

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.

Community Additions

ADD
Show: