Multiple choice technology programming languages

You would like to create a trigger that fires each time a window is closed by the user. You will most likely place the trigger at which of the following levels:

  1. Canvas level

  2. Window level

  3. Data block level

  4. Item level

  5. Form level

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Window close events are handled at the Form level using triggers like WHEN-WINDOW-CLOSED. This ensures the trigger fires regardless of which canvas, block, or item is active when the window is closed.