| SUI_AddFormCommand (formType; command; refcon{; methodName}) | ||
| Parameter | Type | Description |
| formType | Longint | 0 = output; 1 = input; 2 = dialog |
| command | Text | Phrase to listen for to trigger the form command |
| refcon | Longint | Reference constant to assign to the form command |
| methodName | String | Name of the project method to execute |
| Description SUI_AddFormCommand adds phrases to listen for while in a form to run associated code. | ||