COM.finalize Method [AX 2012]

Frees resources that are associated with the instance of the COM class.

public void finalize()

Run On

Called

The following example how to use the finalize method.

objCOM.finalize();

Reference

Community Additions

ADD
Show: