Size Property
Description
Specifies the width and height of the canvas in the current form coordinate units specified by the Coordinate System form property.
Applies to canvas
Set Oracle Forms, programmatically
Refer to Built-in
GET_CANVAS_PROPERTY
SET_CANVAS_PROPERTY
Size (Item)
- Specifies the width and height of the item in the current form coordinate
units specified by the Coordinate System form property.
Applies to item
Set Oracle Forms, programmatically
Refer to Built-in
GET_ITEM_PROPERTY
SET_ITEM_PROPERTY
GET_RADIO_BUTTON_PROPERTY
SET_RADIO_BUTTON_PROPERTY
Size (Editor)
- Specifies the width and height of the editor in the current form coordinate
units specified by the Coordinate System form property.
Applies to editor
Set Oracle Forms, programmatically
Refer to Built-in
EDIT_TEXTITEM
SHOW_EDITOR
Usage Notes
- For a text item or display item, the number of characters the item can store
is determined by the Max Length property, and is not affected by the size
property.
Size (LOV)
- Specifies the width and height of the LOV in the current form coordinate
units specified by the Coordinate System form property.
- Specifies the width and height of the LOV, in the current form coordinate
units specified by the Coordinate System form property.
Applies to LOV
Set Oracle Forms, programmatically
Refer to Built-in
GET_LOV_PROPERTY
SET_LOV_PROPERTY
Restrictions
Oracle Forms will ensure that the minimum width of the LOV is set wide enough to display the buttons at the bottom of the LOV. (On platforms that allow LOVs to be resized, you can resize the LOV to a minimum that will not display all the buttons.)
Size (Window)
Specifies the width and height of the window in the current form coordinate units specified by the Coordinate System form property.
Applies to window
Set Oracle Forms, programmatically
80 characters by 24 characters
Refer to Built-in
GET_WINDOW_PROPERTY
SET_WINDOW_PROPERTY
Size Restrictions
- Oracle Forms will ensure that the minimum width of the editor is set
wide enough to display the buttons at the bottom of the editor. (On platforms
that allow editors to be resized, you can resize the editor to a minimum that
will not display all the buttons.)