Adding Arguments and Method-Local Variables to the Trigger Method

To add arguments and method-local variables to the trigger method, proceed as follows:

  1. In the "Outline" tab, right-click the trigger method.
  2. 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.

  3. Add the required arguments as described in Adding an Argument to the Method.

  4. 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

Adding Local Variables to the Method

Data Editor

Editing Implementations