|
Re: Getting the position of the prompt in a TextItem [message #79450 is a reply to message #79449] |
Tue, 11 June 2002 08:14   |
rosey
Messages: 13 Registered: May 2002
|
Junior Member |
|
|
Use the GET_ITEM_PROPERTY built-in. You will have to use this a couple of times depending on how much information you need. The following parameters should get you going:
PROMPT_ALIGNMENT_OFFSET Returns the distance between the item and its prompt as a VARCHAR2 value.
PROMPT_EDGE Returns a value that indicates which edge the item’s prompt is attached to, either START, END, TOP, or BOTTOM.
PROMPT_EDGE_ALIGNMENT Returns a value that indicates which edge the item’s prompt is aligned to, either START, END, or CENTER.
PROMPT_EDGE_OFFSET Returns the distance between the item and its prompt as a VARCHAR2 value.
PROMPT_TEXT_ALIGNMENT Returns a value that indicates how the prompt is justified, either START, LEFT, RIGHT, CENTER, or END.
Hope that helps,
Rosey
|
|
|
|