dev_update_pc ( : : DisplayMode : )

Specify the behaviour of the PC during program execution.

dev_update_pc specifies the behaviour of the PC during program execution. In the mode 'on' (default) the PC is always displayed in front of the current operator. In addition the program text is scrolled -- if necessary -- so that the current operator is visible. In the mode 'off' the PC is not visible during program execution and the program text will not be scrolled automatically.

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


Attention

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


Parameters

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


Result

dev_update_pc always returns 2 (H_MSG_TRUE)


Parallelization Information

dev_update_pc is reentrant, local, and processed without parallelization.


See also

dev_update_time, dev_update_window, dev_update_var


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH