Activating Automatic Implementation

To activate automatic implementation for a method-/process-/runnable-local variable, proceed as follows:

  1. Open the implementation editor for the parent component of the local variable.
  2. In the Local tab, select the local variable.
  3. Do one of the following:

    • In the Element menu, select Use automatic Implementation.

    • Right-click onto the variable name and select Use automatic Implementation from the context menu.

    With that, the automatic implementation of the method-/process-/runnable-local variable is activated. The Use automatic Implementation in the Element menu is marked and grayed out.

Automatic implementation is deactivated by explicitly implementing the variable.

See also

Implementing a Method-/Process-/Runnable-Local Variable