dev_update_var ( : : DisplayMode : )

Specify the behaviour of the variable window during program execution.

dev_update_var specifies the behaviour of the variable window during program execution. Using the mode 'on' (default) the contents of the variable window (iconic and control variables) is updated each time a variable is modified by the program. In the mode 'off' the variables are updated only when the execution is finished. Please not that update in this contents only means the graphical representation of the internal values in the variable window.

This option can also be controled by the dialog File -> Options -> Update Variables.


Attention

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


Parameters

DisplayMode (input_control)
string -> string
Mode for graphic output.
Default value: 'off'
List of values: 'on', 'off'


Result

dev_update_var always returns 2 (H_MSG_TRUE)


Parallelization Information

dev_update_var is reentrant, local, and processed without parallelization.


See also

dev_update_pc, dev_update_window, dev_update_time


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH