Operator Reference
query_param_info (Operator)
query_param_info
— Query slots of the online-information concerning the operator get_param_info
.
Signature
query_param_info( : : : Slots)
Description
The operator query_param_info
returns the names of those pieces of
information (Slots
) which are available online for each parameter
(online texts).
The online texts themselves can be called up using
get_param_info(::<Procedurname>,<Parametername>,<Slot>:<Information>)
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
Slots
(output_control) string-array →
(string)
Slot names for the operator get_param_info
.
Result
query_param_info
always returns the value 2 (
H_MSG_TRUE)
.
Possible Successors
See also
Module
Foundation