AddTag

<< Click to Display Table of Contents >>

Manual > Control Reference > Common to all controls > Common methods >

AddTag


 

Register tags.

 


syntax

AddTag(

         tagName

         [,active = TRUE]

         )

 


Parameters

 

tagName

 

Type:

character

 

The tag name. Multiple tag names can be specified as an array.

 

active

 

Type:

Boolean

 

If you want to get the value from the tag, specify TRUE. If you do not want to get the value, specify FALSE. For example, if you set FALSE when only writing with WriteVal, the load will be reduced because the value will not be retrieved. Also, when FALSE, the OnTagValueChanged event will not occur.

 

Return Value

 

 

Type:

Boolean

 

FALSE - Failure. TRUE - Success.

 


hmtoggle_plus1Explanation

 

hmtoggle_plus1Example

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 


reference