SystemKeyboardInputMode

Fixes which keyboard layout is to be loaded into the system keyboard during interaction. The exact layout file is defined in the project.

The most common are: "numeric", "decimal", "text". Own project keywords are possible.

"skip" ignores a focusIn, "none" closes a keyboard at focusIn.

Schema: tchmi:general#/definitions/InputMode

Attribute getter

public getSystemKeyboardInputMode(): string | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

string, null

The current value of the attribute.

Attribute setter

public setSystemKeyboardInputMode(valueNew: string | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.Keyboard.KeyboardInputMode, 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.

 

SystemKeyboardInputMode 1:

Available from 1.8