ClassesClassesClassesClasses | | | | 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).

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

dev_inspect_ctrldev_inspect_ctrlDevInspectCtrldev_inspect_ctrlDevInspectCtrlDevInspectCtrl (Operator)

Name

dev_inspect_ctrldev_inspect_ctrlDevInspectCtrldev_inspect_ctrlDevInspectCtrlDevInspectCtrl — Open a window to inspect one or more control variables.

Signature

dev_inspect_ctrl( : : Variable : )

Herror dev_inspect_ctrl(const Hlong Variable)

Herror T_dev_inspect_ctrl(const Htuple Variable)

Herror dev_inspect_ctrl(const HTuple& Variable)

void DevInspectCtrl(const HTuple& Variable)

void HOperatorSetX.DevInspectCtrl([in] VARIANT Variable)

static void HOperatorSet.DevInspectCtrl(HTuple variable)

Description

dev_inspect_ctrldev_inspect_ctrlDevInspectCtrldev_inspect_ctrlDevInspectCtrlDevInspectCtrl opens a variable inspect dialog to display the contents of one or more control variables. It is possible to pass several variables together in one expression, e.g., within a tuple. The standard variable inspect shows a table with one column for the values of one variable. In addition some statistics can be displayed for every variable.

For some selected semantic variable types a specific variable inspect windows is opened:

'Matrix objects':

For every matrix object one inspect window is opened that orders the matrix values in a table.

'Image acquistion handles':

For every image acquistion handle one inspect window is opened, that shows the most important image acquisition parameters and allows to switch a live grab mode on or off.

Normally, the contents of the dialog will be updated whenever the variable changes. However, the update behavior can be influenced by the operator dev_update_vardev_update_varDevUpdateVardev_update_varDevUpdateVarDevUpdateVar and the Update Variable preference.

The dialog can be closed by pressing the Close button or by calling dev_close_inspect_ctrldev_close_inspect_ctrlDevCloseInspectCtrldev_close_inspect_ctrlDevCloseInspectCtrlDevCloseInspectCtrl.

Attention

This operator is not supported for code export.

Parameters

VariableVariableVariableVariableVariablevariable (input_control)  integer(-array) HTupleHTupleHTupleVARIANTHtuple (integer / real / string) (int / long / double / string) (Hlong / double / HString) (Hlong / double / char*) (Hlong / double / BSTR) (Hlong / double / char*)

Name of the variable to be checked.

Example (HDevelop)

read_image (Image, 'fabrik')
regiongrowing (Image, Regions, 3, 3, 6, 100)
area_center (Regions, Area, Row, Column)
dev_inspect_ctrl (Area)

Result

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

See also

dev_update_vardev_update_varDevUpdateVardev_update_varDevUpdateVarDevUpdateVar

Module

Foundation


ClassesClassesClassesClasses | | | | Operators