HALCON Reference Manual 10.0.2
Table of Contents / Develop ClassesClassesClasses | | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

dev_close_inspect_ctrldev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrl (Operator)

Name

dev_close_inspect_ctrldev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrl — Close inspect window(s) of one or more control variables.

Signature

dev_close_inspect_ctrl( : : Variable : )

Herror dev_close_inspect_ctrl(double Variable)

Herror T_dev_close_inspect_ctrl(const Htuple Variable)

Herror dev_close_inspect_ctrl(const HTuple& Variable)

void HOperatorSetX.DevCloseInspectCtrl([in] VARIANT Variable)

static void HOperatorSet.DevCloseInspectCtrl(HTuple variable)

Description

dev_close_inspect_ctrldev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrl is the counterpart operator to dev_inspect_ctrldev_inspect_ctrldev_inspect_ctrlDevInspectCtrlDevInspectCtrl. It closes the variable inspect window or windows corresponding to the variables specified in VariableVariableVariableVariablevariable. The parameter VariableVariableVariableVariablevariable can contain an expression (e.g., tuple) with several variable names. First, the operator dev_close_inspect_ctrldev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrl 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.

Attention

This operator is not supported for code export.

Parameters

VariableVariableVariableVariablevariable (input_control)  real(-array) HTupleHTupleVARIANTHtuple (real / integer / string) (double / int / long / string) (double / Hlong / char*) (double / Hlong / BSTR) (double / Hlong / char*)

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

Example (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)

Result

dev_close_inspect_ctrldev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrl returns always 2 (H_MSG_TRUE).

Possible Predecessors

dev_inspect_ctrldev_inspect_ctrldev_inspect_ctrlDevInspectCtrlDevInspectCtrl

Module

Foundation


Table of Contents / Develop ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH