Overview
Set a property value of the COM object.
(number) COM Object that returned from Memory.CreateObject.
(string) Name Of property that you want set value on it.
(variant) Value that want set in Property of COM Object(string or number can be passed).
Nothing.
-- Create a PDF Object in a tree PDFObject = Memory.CreateObject(Tree.GetProperties("Tree1").WindowHandle, "AcroPDF.PDF.1") -- fill src property with the address of test pdf Memory.SetObjectProperty(PDFObject, "src", "C:\\Test.pdf")
See also: Related Actions