callFunction

 

 

Purpose

Calls a function on the Embedded object.  

Syntax

 

Operation

functionObject holds a Name property that is the name of the function to call, an Input property that is an array of function parameters, an Output property that is an array of output parameters. The isVoid property should be set to TRUE if the function does not return any value and does not set the Output property.

Remarks

Return value:

A string value.

Example

 

Comment on this topic

Topic ID: 800053