TypePasswordKeys Method (MobileTextField)

Class

MobileTextField class

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.