dev_close_inspect_ctrl ( : : Variable : )

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.


Attention

This operator is not supported for exported C++ code.


Parameters

Variable (input_control)
real(-array) -> real / integer / string
Name of the variable which inspect window has to be closed.


Example
Var := 1
dev_inspect_ctrl (Var)
Var := [1,2,3,9,5,6,7,8]
Var[3] := 4
stop
dev_close_inspect_ctrl (Var)

Result

If an inspect window associated with Variable is open dev_close_inspect_ctrl returns 2 (H_MSG_TRUE).


Parallelization Information

dev_close_inspect_ctrl is local and processed completely exclusively without parallelization.


Possible Predecessors

dev_inspect_ctrl


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH