CreateBinding
function CreateBinding(control: TcHmi.Controls.System.baseTcHmiControl, propertyName: string, symbol: TcHmi.Symbol | null): void
Die Funktion CreateBinding erstellt ein Binding auf einer Control-Eigenschaft. Siehe dazu auch die Beschreibungsseite der korrespondierenden API-Funktion.
Parameter
Name | Typ | Beschreibung |
---|---|---|
control | Das Control, welches verknüpft werden soll. | |
propertyName | Der Name der Eigenschaft an dem Control. | |
symbol | Binding-Quelle |
Rückgabewert
Typ | Beschreibung |
---|---|
void | kein Rückgabewert |
NuGet Paket: Beckhoff.TwinCAT.HMI.Functions
NuGet-Pakete sind verfügbar ab Version 1.12. |
Verfügbar ab Version 1.10 |