A script-enabled browser is required for this page to function properly.

Resize Allowed Property

Description

Specifies that the window is to be a fixed size and cannot be resized at runtime. This property is a GUI hint, and may not be supported on all platforms.

Applies to window

Set Oracle Forms

Default

Yes

Usage Notes

The Resize Allowed property prevents an end user from resizing the window, but it does not prevent you from resizing the window programmatically with RESIZE_WINDOW or SET_WINDOW_PROPERTY.

Resize Allowed Restrictions