Encrypt Function

Action

Encrypts text in a password field.

Syntax

SetText(Encrypt (sText))
Variable Description
sText The password text to encrypt. STRING.

Notes

Encyrpts the password text, which is passed as a parameter to SetText().

Example

PasswordField.SetText(Encrypt("PasswordInClearText"))