<< Click to Display Table of Contents >>
Manual > Control Reference > Common to all controls > Common methods >
Unregister an expression.
syntax
DelExpression(
name
)
Parameters
Type:
character
The expression name. Multiple expression names can be specified as an array.
Return Value
Boolean
FALSE - Failure. TRUE - Success.
Explanation
Unregisters an expression. Since expressions are automatically unregistered when you are finished with them, there is no need to call DelExpression unless you have a specific purpose.
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 format)
reference
SvsDump
SvsGetActionName
SvsGetEventTime
SvsGetEventParam
AddExpression
DelExpression
DelAllExpression