1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
11 Textbox
Fellippe Heitor edited this page 2021-12-22 12:12:15 -03:00

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.

To read back what was typed, use the Text array:

Var$ = Text(ControlID)

The Caption property can be used to display a caption inside the textbox. The caption is hidden as soon as the user starts typing.

Events

Methods

Properties editable at runtime