klyn.gui.windows.TextBox.ECHO_PASSWORD
field
public static readonly ECHO_PASSWORD as String = "password"
Description

Masks the field content while keeping the real value in text.

password = TextBox()
password.echoMode = TextBox.ECHO_PASSWORD