COMSetProperty(strObjHandl, strPropertyName, VarList);
strObjHandl
strPropertyName
VarList
Sets the specified property for the COM component associated with the specified handle. The COMSetProperty function can take several variables as arguments. All the variables must be defined in StreamServe scripts. Explicit values, or return values from other functions can not be passed directly to the COMSetProperty function.
0num<0
iRetVal=COMSetProperty("objTest", "Long", $longval);
OpenText StreamServe 5.6 | Updated: 2013-03-01 |