Encrypts text in a password field.
SetText(Encrypt (sText))
| Variable | Description |
|---|---|
| sText | The password text to encrypt. STRING. |
Encrypts the password text, which is passed as a parameter to SetText().
PasswordField.SetText(Encrypt("PasswordInClearText"))