Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

PasswordField

Samuel Gomes edited this page Nov 25, 2022 · 2 revisions

With the PasswordField property you can mask the text entered by the user in a Textbox control using Unicode character ● (UTF-8 e2978f).

Set it at design time using the editor or at run time as follows:

Control(TextBox1).PasswordField = True

A common practice is to associate a password textbox with a checkbox that allows the user to Hide/Show their input, for quick spell checking.

Clone this wiki locally