Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

dev_update_vardev_update_varDevUpdateVarDevUpdateVardev_update_var (算子名称)

名称

dev_update_vardev_update_varDevUpdateVarDevUpdateVardev_update_var — Switches the update of the variable window during program execution on or off.

参数签名

dev_update_var( : : DisplayMode : )

Herror dev_update_var(const char* DisplayMode)

Herror T_dev_update_var(const Htuple DisplayMode)

void DevUpdateVar(const HTuple& DisplayMode)

static void HOperatorSet.DevUpdateVar(HTuple displayMode)

def dev_update_var(display_mode: str) -> None

描述

dev_update_vardev_update_varDevUpdateVarDevUpdateVarDevUpdateVardev_update_var specifies the behavior of the variable window during program execution. If DisplayModeDisplayModeDisplayModeDisplayModedisplayModedisplay_mode is set to 'on'"on""on""on""on""on", which is the default, the contents of the variable window (iconic and control variables) is updated each time a variable is modified by the program.

If the mode is 'off'"off""off""off""off""off" the values of the control variables and the icons of the iconic variables are not updated before the execution stops.

For measuring the execution time of a sequence of operators all update options should be switched off in order to reduce the influence of the runtime of GUI updates in HDevelop. For this the operators dev_update_pcdev_update_pcDevUpdatePcDevUpdatePcDevUpdatePcdev_update_pc, dev_update_timedev_update_timeDevUpdateTimeDevUpdateTimeDevUpdateTimedev_update_time, dev_update_vardev_update_varDevUpdateVarDevUpdateVarDevUpdateVardev_update_var, and dev_update_windowdev_update_windowDevUpdateWindowDevUpdateWindowDevUpdateWindowdev_update_window or the procedures dev_update_on and dev_update_off can be used.

This option can also be controlled via the Preferences dialog: Edit -> Preferences -> Runtime Settings -> Update Variables.

注意

This operator is not supported for code export.

参数表

DisplayModeDisplayModeDisplayModeDisplayModedisplayModedisplay_mode (input_control)  string HTuplestrHTupleHtuple (string) (string) (HString) (char*)

Mode for graphic output.

Default: 'off' "off" "off" "off" "off" "off"

List of values: 'off'"off""off""off""off""off", 'on'"on""on""on""on""on"

结果

If the values of the specified parameters are correct, dev_update_vardev_update_varDevUpdateVarDevUpdateVarDevUpdateVardev_update_var returns 2 ( H_MSG_TRUE) . Otherwise, an exception is raised and an error code returned.

参考其它

dev_update_pcdev_update_pcDevUpdatePcDevUpdatePcDevUpdatePcdev_update_pc, dev_update_windowdev_update_windowDevUpdateWindowDevUpdateWindowDevUpdateWindowdev_update_window, dev_update_timedev_update_timeDevUpdateTimeDevUpdateTimeDevUpdateTimedev_update_time

模块

Foundation