You can add a control of type Button to a form.
For a button, also define the control event procedure. A control event procedure has one or more actions that are done when the button is clicked.
If your company uses different types of mobile devices, controls can require a different layout for each device.
| Name | Responsible | Description | 
|---|---|---|
| Create form control: Button | Designer | You can add a control of type Button to a form. For the button, also define the control event procedure. A control event procedure has one or more actions that are done when the button is clicked. | 
| Design control event procedure | Designer | For a button, define the control event procedure. A control event procedure has one or more actions that are done when the button is clicked. | 
| 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. |