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_CUSTOM_PROPERTY built-in<br />

Description<br />

Gets the value of a user-defined property in a Java pluggable component.<br />

Syntax<br />

The built-in returns a VARCHAR2 value containing the string, numeric, or boolean data.<br />

GET_CUSTOM_PROPERTY<br />

(item,<br />

row-number,<br />

prop-name);<br />

Built-in Type unrestricted procedure<br />

Returns VARCHAR2<br />

Enter Query Mode yes<br />

Parameters<br />

item The name or ID of the item associated with the target Java pluggable<br />

component. The name can be in the form of either a varchar2 literal or a<br />

variable set to the value of the name.<br />

row-number The row number of the instance of the item that you want to get. (Instance<br />

row numbers begin with 1.)<br />

prop-name The particular property of the Java component that you want to get.<br />

Usage Notes<br />

• In the Java pluggable component, each custom property type must be represented by a single<br />

instance of the ID class, created by using ID.registerProperty.<br />

• For each Get_Custom_Property built-in executed in the form, the Java component’s getProperty<br />

method is called.<br />

• The name of the item can be gained through either Find_Item(‘Item_Name’), or simply via<br />

‘Item_Name’.<br />

166

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

Saved successfully!

Ooh no, something went wrong!