Adding Arguments and Method-Local Variables to the Trigger Method
To add arguments and method-local variables to the trigger method, proceed as follows:
- In the "Outline" tab, right-click the trigger method.
Do one of the following:
- Select Properties from the context menu.
- Double-click the name of the method.
The method signature editor opens. As trigger cannot have a return value, the "Return" tab is missing.
Add the required arguments as described in Adding an Argument to the Method.
Add the required method-local variables as described in Adding Local Variables to the Method.
Method-local variables are only available within the conditional table.
You can edit the data and implementations of the elements in the usual way; for more details you can see Editing Data and Editing Implementations.
See also
Adding an Argument to the Method