CreateBinding

The CreateBinding action creates a binding to a control property at runtime.

CreateBinding 1:

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.

CreateBinding 2:

As of version 1.10.1336.0, this functionality is taken over by the createBinding function.