Fires when the operator closes a window by using a window manager-specific close command.
Accepts restricted and unrestricted built-ins.
Used to programmatically close a window when the operator issues a window manager-specific close command. You can close a window by using built-ins.
In this lesson, you should have learned that:
You can use the PL/SQL Editor to write trigger code
Trigger code has three sections:
Declaration section (optional)
Executable statements section (required)
Exception handlers section (optional)
You can add functionality by calling built-in subprograms from triggers
Restricted built-ins are not allowed in triggers that fire while navigation is occurring
The When-Button-Pressed trigger fires when the user presses a button
The When-Window-Closed trigger fires when the user closes a window