TypePasswordKeys Method (IKeyable)

Class

IKeyable.

Action

Types an encrypted password into an object, for example a text field.

If the object supports the SetText method, any existing text is cleared before typing the encrypted password.

Syntax

iKeyable.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.