You can add a control of type Textbox to a form.
For a text box, you can also define the control event procedure. A control event procedure has one or more actions that are done if the value in the text box is changed.
If your company uses different types of mobile devices, controls can require a different layout for each device.
Name | Responsible | Description |
---|---|---|
Create form control: Text box |
Designer |
You can add a control of type Text box to a form. |
Design control event procedure |
Designer |
For a text box, you can also define the control event procedure. A control event procedure has one or more actions that are done if the value in the text box is changed. |
Make control layout device-specific |
Designer |
If your company uses different types of mobile devices, controls can require a different layout. For example, longer labels do not fit properly on a smaller screen. So, you can define a smaller version of such a label for these small-screen mobile devices. |