CreateBinding
function CreateBinding(control: TcHmi.Controls.System.baseTcHmiControl, propertyName: string, symbol: TcHmi.Symbol | null): void
The CreateBinding function creates a binding on a control property. Refer also to the description page for the corresponding API function.
Parameter
Name | Type | Description |
---|---|---|
control | The control that is to be linked. | |
propertyName | The name of the property on the control. | |
symbol | Binding source |
Return value
Type | Description |
---|---|
void | no return value |
NuGet package: Beckhoff.TwinCAT.HMI.Functions
NuGet packages are available from version 1.12. |
Available from version 1.10 |