Close Allowed Property
Description
Specifies whether the window manager-specific Close command is enabled or disabled
for a window. The Close command is available on the window's system menu, or
by double-clicking the close box in the upper-left corner of the window.
Applies to window
Set Oracle Forms
Yes
Usage Notes
- Setting Close Allowed to Yes enables
the Close command so that the Close Window event can be sent to Oracle Forms
when the operator issues the Close command. However, to actually close the
window in response to this event, you must write a When-Window-Closed trigger
that explicitly closes the window. You can close a window programmatically
by calling HIDE_WINDOW, SET_WINDOW_PROPERTY, or EXIT_FORM.
Close Allowed Restrictions
Cannot be set for a root window. A root window is always closeable.