Methods
•
SetName(name: string)
o
name
the subprogram name
Sets subprogram name.
SetCallingProgram(program : object)
program
Returns the calling program,class type ULPythonProgram
Sets the program initiating the call.
SetCalledProgram(program : object)
Returns the called program, class type ULPythonProgram
Sets the program that is called by the calling program.