11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

GET_ITEM_INSTANCE_PROPERTY built-in<br />

Description<br />

Returns property values for the specified item instance. GET_ITEM_INSTANCE_PROPERTY returns<br />

the initial value or the value last specified by SET_ITEM_INSTANCE_PROPERTY for the specified<br />

item instance. It does not return the effective value of a property (i.e. the value derived from combining<br />

properties specified at the item instance, item, and block levels). See<br />

SET_ITEM_INSTANCE_PROPERTY for information about effective property values.<br />

Syntax<br />

FUNCTION GET_ITEM_INSTANCE_PROPERTY<br />

(item_id ITEM,<br />

record_number NUMBER,<br />

property NUMBER);<br />

FUNCTION GET_ITEM_INSTANCE_PROPERTY<br />

(item_name VARCHAR2,<br />

record_number NUMBER,<br />

property NUMBER);<br />

Built-in Type unrestricted function<br />

Returns VARCHAR2<br />

Enter Query Mode yes<br />

Parameters<br />

item_id The unique ID that <strong>Form</strong> <strong>Builder</strong> assigns to the object when it creates it.<br />

Use the FIND_ITEM built-in to return the ID to a variable of datatype<br />

ITEM.<br />

item_name The name you gave the object when you created it.<br />

record_number A record number or CURRENT_RECORD.<br />

property The property the value of which you want to get for the given item. Valid<br />

properties are:<br />

186<br />

BORDER_BEVEL Returns RAISED, LOWERED, or PLAIN if the<br />

BORDER_BEVEL property is set to RAISED, LOWERED, or PLAIN,<br />

respectively at the item instance level. If BORDER_BEVEL is not specfied<br />

at the item instance level, this property returns " ".<br />

INSERT_ALLOWED Returns the VARCHAR2 string TRUE if the item<br />

instance INSERT_ALLOWED property is set to true. Returns the string<br />

FALSE if the property is set to false.<br />

NAVIGABLE Returns the VARCHAR2 string TRUE if the item instance<br />

NAVIGABLE property is set to true. Returns the string FALSE if the<br />

property is set to false.<br />

REQUIRED Returns the VARCHAR2 string TRUE if the item instance<br />

REQUIRED property is set to true. Returns the string FALSE if the<br />

property is set to false.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!