Close an inspect window of a control variable.
dev_close_inspect_ctrl is the opposite operator to dev_inspect_ctrl, and closes the inspect window corresponding to Variable. The window can also be closed by pressing the Close-button of the dialog.
This operator is not supported for exported C++ code.
|
Variable (input_control) |
real(-array) -> real / integer / string |
| Name of the variable which inspect window has to be closed. | |
Var := 1 dev_inspect_ctrl (Var) Var := [1,2,3,9,5,6,7,8] Var[3] := 4 stop dev_close_inspect_ctrl (Var)
If an inspect window associated with Variable is open dev_close_inspect_ctrl returns 2 (H_MSG_TRUE).
dev_close_inspect_ctrl is local and processed completely exclusively without parallelization.
Foundation