Write to an OLE object property
- Last UpdatedJul 24, 2024
- 1 minute read
In a script, you can write a value to an OLE object property by assigning a value to the property.
Syntax
%pointer.property = value;
Arguments
%pointer
The pointer that references the OLE object. Must be created with OLE_CreateObject() function or assigned to another pointer before writing to a property.
property
The name of the property to be written to.
value
The value to be written to the property. It can be a literal value, tagname or expression. Writing to an OLE property from an animation input link directly is not supported.