CreateBinding

function CreateBinding(expression: string, propertyName: string, control: TcHmi.Controls.System.TcHmiControl): void

Die Funktion CreateBinding erzeugt ein Binding zwischen einem Symbol und einem Property eines Controls.

Parameter

Name

Typ

Beschreibung

expression

string

Der Symbolausdruck mit dem ein Binding erzeugt werden soll.

propertyName

string

Der Name des Properties des Controls mit dem ein Binding erzeugt werden soll.

control

TcHmi.Controls.System.TcHmiControl

Das Control mit dem ein Binding erzeugt werden soll.

Rückgabewert

Typ

Beschreibung

void

Kein Rückgabewert.

NuGet Paket: Beckhoff.TwinCAT.HMI.Plastic.Functions

Verfügbar: seit Version 12.8.0

Verwendung: TC3 Plastic Application HMI Projekte