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

Updated Textbox (markdown)

Fellippe Heitor 2018-06-17 16:28:02 -03:00
parent 8439f2f21a
commit e1aa4b6357

@ -1,5 +1,9 @@
TextBox controls are used to receive text input from the user.
<div align="center">
<img src="https://www.qb64.org/inform/images/textbox.png">
</div>
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.
@ -26,7 +30,6 @@ The Caption property can be used to display a caption inside the textbox. The ca
* [[Caption]]
* [[Top/Left/Width/Height|Position and size]]
* [[Font]]
* [[WordWrap]]
* [[PasswordField]]
* [[Tool tip]]
* [[Color properties]]