TypePasswordKeys Method (MobileTextField)

Action

Types an encrypted password into a text field.

The text field is cleared of any existing text before typing the encrypted password.

Syntax

textField.TypePasswordKeys(keys, [delay, ensureFocus])
Variable Description
keys The encrypted password. String.
delay Optional: The delay between keystrokes in milliseconds. Integer.
ensureFocus Optional: Determines whether it should be ensured that the control actually has the keyboard focus. Defaults to true. Boolean.