Overview
Release a COM object and all allocated memory.
(number) COM Object that returned from Memory.CreateObject.
Nothing.
-- Create a PDF Object in a tree PDFObject = Memory.CreateObject(Tree.GetProperties("Tree1").WindowHandle, "AcroPDF.PDF.1") -- Release PDFObject and all of its allocated memory Memory.ReleaseObject(PDFObject)
See also: Related Actions