proc_info1 ( : : ProcName : InpObjPar, OutpObjPar, InpCtrlPar, OutpCtrlPar )

Returns to the names of the parameters of a HORUS-procedure.

For the HORUS-procedure indicated in ProcName the operator proc_info1 returns the names of the input objects, the output objects, of the input control parameters and the output control parameters.


Parameters

ProcName (input_control)
string -> string
Name of the procedure.
Default value: 'proc_info1'

InpObjPar (output_control)
string-array -> string
Names of the input objects.

OutpObjPar (output_control)
string-array -> string
Names of the output objects.

InpCtrlPar (output_control)
string-array -> string
Names of the input control parameters.

OutpCtrlPar (output_control)
string-array -> string
Names of the output control parameters.


Result

The operator proc_info1 returns the value TRUE if the name of the procedure exists and the helpfiles are available. Otherwise an exception is raised.


Possible Predecessors

search_keyword, search_proc, proc_name, proc_info


Possible Successors

proc_info2, proc_info3


Alternatives

proc_info, param_info


See also

proc_info2, proc_info3, proc_name



Copyright © 1996-1997 MVTec Software GmbH