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
The following information is specific to the current object.
ITEM
Determines where the item appears on the owning canvas.
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.
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.
Default
x,y(0,0)