User-activated events and functions
Different Events can be executed when clicking on an graphics object. The available events depend on the object type.
WinCC OA distinguishes the following events:
| Events: | Action |
|---|---|
| Clicked | Left-click |
| DoubleClicked | Double-click left |
| Changed | Click on an item, for example, click on an item in a list. |
| RightMousePressed |
Right-click Only one RightMousePressed script should run in a manager at a time. If a RightMousePressed script runs, the script will be stopped before the new script will be started. |
| MousePressed | Mouse key pressed |
| MouseReleased | Mouse key released |
The following Functions can be configured for each of these events:
