CheckBindingEx
function CheckBindingEx(control: TcHmi.Controls.System.baseTcHmiControl, propertyName: string, symbol: TcHmi.Symbol | null): boolean
The CheckBindingEx function checks whether a binding of a certain symbol to a control property exists.
Parameter
Name | Type | Description |
---|---|---|
control | The control containing the property to be checked. | |
propertyName | The name of the control property to be checked. | |
symbol | The symbol for which the binding to a control property is to be checked. |
Return value
Type | Description |
---|---|
Values:
|
NuGet package: Beckhoff.TwinCAT.HMI.Functions
NuGet packages are available from version 1.12. |
Available from version 1.10 |