1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 12:14:49 +00:00

Updated PasswordField (markdown)

FellippeHeitor 2017-01-13 09:15:48 -03:00
parent e6080aa9f7
commit 39535c809c

@ -1,6 +1,7 @@
With the PasswordField property you can mask the text entered by the user in a [[Textbox]] control using Unicode character ● (UTF-8 e2978f). 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: Set it at design time using the editor or at run time as follows:
Control(TextBox1).PasswordField = True 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. 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.