CreateBinding
The CreateBinding action creates a binding to a control property at runtime.
Explanations:
1 Target: The control property for which the binding is to be created.
2 Expression: Expression (symbol, control property or localized text) to be bound to the target.
As of version 1.10.1336.0, this functionality is taken over by the createBinding function. |