1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-18 19:54:44 +00:00

Updated Textbox (markdown)

Fellippe Heitor 2018-01-13 10:22:59 -02:00
parent d83ba014d8
commit 1c0d2282fc

@ -2,9 +2,9 @@ TextBox controls are used to receive text input from the user.
With the [[PasswordField]] property you can hide the text typed by the user using Unicode character ● (UTF-8 e2978f).
With the [[Mask]]() array you can define a numeric input mask for the text field.
With the [[Mask]] array you can define a numeric input mask for the text field.
To read back what was typed, use the [[Text]]() array:
To read back what was typed, use the [[Text]] array:
Var$ = Text(ControlID)