| SUI_AddFormArray (formType; arrayName; arrayLabel{; gotoPage{; labelObject}}) | ||
| Parameter | Type | Description |
| formType | Integer | 1 = input; 2 = dialog |
| arrayName | String | Name of the process array |
| arrayLabel | String | The label of the object using the array |
| gotoPage | Integer | Form page number |
| labelObject | String | Object name of label |
| Description SUI_AddFormArray allows you to prepare a form object using an array, such as a pull-down menu. When the label is spoken, the object will take focus, and the array will be used to create a new active language model.
To disable the voicing of an array object, use SUI_RemFormObject. New in v3.0.0 You can now pass the object name of the area's label, or of a colored rectangle used to highlight the area. When the interface object using the array takes focus, you can use this new feature to alter the label (such as underline it), or make a colored box appear behind the object. See SUI_SetMiscParm (parms 1 and 2) for settings. | ||