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

X Position, Y Position Property

Description

For an object, specifies where it appears on the screen. For an item, specifies the position of the item's upper left corner relative to the upper left corner of the item's canvas. The values you specify are interpreted in the current form coordinate units (character cells, centimeters, inches, pixels, or points), as specified by the Coordinate System form property.

Applies to all items, editors, LOVs, windows, canvases

Set Oracle Forms, programmatically

Usage Notes

The following information is specific to the current object.

ITEM

Determines where the item appears on the owning canvas.

Refer to Built-in

GET_ITEM_PROPERTY

SET_ITEM_PROPERTY

GET_RADIO_BUTTON_PROPERTY

SET_RADIO_BUTTON_PROPERTY

Default

x,y(0,0)

LOV

Determines where the LOV appears on the screen: (0,0) is the upper left corner of the entire screen, regardless of where the root window appears on the screen. The LOV can be displayed anywhere on the screen, including locations outside the form.

Refer to Built-in

GET_LOV_PROPERTY

 SET_LOV_PROPERTY

Default

x,y(0,0)

WINDOW

Determines where the window appears on the screen: (0,0) is the upper left corner of the entire screen.

Refer to Built-in

 GET_WINDOW_PROPERTY

 SET_WINDOW_PROPERTY

Default

x,y(0,0)

X Position, Y Position Restrictions