InputProcessingPoint

Defines when the data entered by the user should be processed. Either during input (i.e. each time a button is pressed) or after the interaction has ended (i.e. when the control loses focus).

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.InputProcessingPoint

Attribute getter

public getInputProcessingPoint(): InputProcessingPoint | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

InputProcessingPoint, undefined

The current value of the attribute.

Attribute setter


public setInputProcessingPoint(valueNew: InputProcessingPoint | keyof typeof InputProcessingPoint | null): void;

Parameter

Name

Type

Description

valueNew

InputProcessingPoint, keyof typeof InputProcessingPoint, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

InputProcessingPoint 1:

Available since version 1.14.3.175