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.

SET_WINDOW_PROPERTY built-in<br />

Description<br />

Sets a property for the indicated window.<br />

Syntax<br />

SET_WINDOW_PROPERTY<br />

(window_id Window,<br />

property NUMBER,<br />

value VARCHAR2);<br />

SET_WINDOW_PROPERTY<br />

(window_id Window,<br />

property NUMBER,<br />

x NUMBER);<br />

SET_WINDOW_PROPERTY<br />

(window_id Window,<br />

property NUMBER,<br />

x NUMBER,<br />

y NUMBER);<br />

SET_WINDOW_PROPERTY<br />

(window_name VARCHAR2,<br />

property NUMBER,<br />

value VARCHAR2);<br />

SET_WINDOW_PROPERTY<br />

(window_name VARCHAR2,<br />

property NUMBER,<br />

x NUMBER);<br />

SET_WINDOW_PROPERTY<br />

(window_name VARCHAR2,<br />

property NUMBER,<br />

x NUMBER,<br />

y NUMBER);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

window_id Specifies the unique ID that <strong>Form</strong> <strong>Builder</strong> assigns the window when<br />

created. Use the FIND_WINDOW built-in to return the ID to an<br />

appropriately typed variable. The data type of the ID is Window.<br />

window_name Specifies the name that you gave the window when creating it. The data<br />

type of the name is VARCHAR2.<br />

property Specify one of the following window properties:<br />

BACKGROUND_COLOR The color of the object’s background region.<br />

DIRECTION Specifies the layout direction for bidirectional objects.<br />

Valid values are DIRECTION_DEFAULT, RIGHT_TO_LEFT,<br />

LEFT_TO_RIGHT.<br />

429

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

Saved successfully!

Ooh no, something went wrong!