Memory.SetObjectProperty

Memory.SetObjectProperty ( 

number  Object,

string  Property,

variant  Value )

Description

Set a property value of the COM object.

Parameters

Object

(number) COM Object that returned from Memory.CreateObject.

Property

(string) Name Of property that you want set value on it.

Value

(variant) Value that want set in Property of COM Object(string or number can be passed).

Returns

Nothing.

Example

-- 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

Сайт управляется системой uCoz