使用右上角的选项卡切换到不同的编程语言。

使用右上角的选项卡切换到不同的编程语言。

使用右上角的选项卡切换到不同的编程语言。

使用右上角的选项卡切换到不同的编程语言。

dev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrldev_close_inspect_ctrl (算子)

名称

dev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrldev_close_inspect_ctrl — 关闭一个或多个控制变量的检查窗口。

签名

dev_close_inspect_ctrl( : : Variable : )

Herror dev_close_inspect_ctrl(double Variable)

Herror T_dev_close_inspect_ctrl(const Htuple Variable)

void DevCloseInspectCtrl(const HTuple& Variable)

static void HOperatorSet.DevCloseInspectCtrl(HTuple variable)

def dev_close_inspect_ctrl(variable: MaybeSequence[Union[int, float, str]]) -> None

描述

dev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrlDevCloseInspectCtrldev_close_inspect_ctrl is the counterpart operator to dev_inspect_ctrldev_inspect_ctrlDevInspectCtrlDevInspectCtrlDevInspectCtrldev_inspect_ctrl。It closes the variable inspect window or windows corresponding to the variables specified in VariableVariableVariableVariablevariablevariable. The parameter VariableVariableVariableVariablevariablevariable can contain an expression (e.g., tuple) with several variable names. First, the operator dev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrlDevCloseInspectCtrldev_close_inspect_ctrl tries to find an inspect window with an exact match of the listed variables. If it is found, it will be closed. If no exact match is found, the operator tries to remove for every listed variable one column from the first matching inspect window. By removing the last column of an inspect window the window is closed.

As an alternative, the inspect windows can be closed by pressing the Close-button in the title bar.

注意

This operator only works for single floating inspect windows, i.e., inspect windows that are neither docked nor tabbed.

此算子不支持代码导出。

参数

VariableVariableVariableVariablevariablevariable (输入控制)  real(-array) HTupleMaybeSequence[Union[int, float, str]]HTupleHtuple (real / integer / string) (double / int / long / string) (double / Hlong / HString) (double / Hlong / char*)

Name of the variable which inspect window has to be closed.

示例(HDevelop)

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

结果

dev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrlDevCloseInspectCtrldev_close_inspect_ctrl returns always 2 ( H_MSG_TRUE )。

可能的前趋

dev_inspect_ctrldev_inspect_ctrlDevInspectCtrlDevInspectCtrlDevInspectCtrldev_inspect_ctrl

模块

基础