<< Click to Display Table of Contents >>
Manual > Control Reference > Common to all controls > Common methods >
Unregister a tag.
syntax
DelTag(
tagName
)
Parameters
Type:
character
The tag name. Multiple tag names can be specified as an array.
Return Value
Boolean
FALSE - Failure. TRUE - Success.
Explanation
Unregisters a tag. Tags are automatically unregistered when the form is closed, so there is no need to call DelTag unless you have specific reasons for doing so.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
×
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind syntax)
reference
AddTag
DelTag
ClearAllTag
GetVal
ReadVal
WriteVal
ReadRefresh
WriteRefresh
ReadRequest
ReadRequestRefresh
WriteRequest
WriteRequestRefresh