ObjectResolver

[ Class ]

This is used to resolve symbol expressions in an object.

An example how the ObjectResolver can be used for an attribute can be found in the control description.

Constructors

Name

Description

constructor

Creates an instance of the ObjectResolver.

Functions

Name

Description

resolve

Resolves the symbol expressions once in the object that was transferred to the constructor, replaces the symbol expressions with the corresponding return values and returns an object with the symbol expressions replaced by the corresponding return values.

watch

Monitors the symbol expressions or the symbols described by the expressions in the object that was transferred to the constructor and returns an object on each change by replacing the symbol expressions with the corresponding return values.

destroy

Destroys the ObjectResolver object.

Interfaces

Name

Description

IResultObject

Extends TcHmi.IResultObject

IWatchResultObject

Extends TcHmi.IResultObject

ObjectResolver 1:

Available from version 1.10