Data binding VB - Script expression - configuration window
Description:
The value of the data binding
VB is a value of an arbitrary
VBScript language expression.
Operators VBScript, constants, reference to the object, etc. can be used in the expression.
This data binding is
not functional
in the Web panel.
This data binding is obsolete (but functional) and it is better to use the
E - General expression data binding.
Data binding configurators:
VBScript expression | An expression in the VBScript language syntax. The value of this expression is the value of the data binding.
Macro expression can be used for input (it is evaluated while the window is opening). |
---|
Example:
In the development environment, there is a
PmaRoot object that contains a
PmaData object named "
Data" with a
d0 data item. The
VB data binding contains the text:
that increases the value of the
d0 variable in the
PmaData object by 10.