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

Description<br />

Sets the given property for a radio button that is part of the given radio group specified by the item_name<br />

or item_id.<br />

Syntax<br />

SET_RADIO_BUTTON_PROPERTY<br />

(item_id VARCHAR2,<br />

button_name VARCHAR2,<br />

property NUMBER,<br />

value NUMBER);<br />

SET_RADIO_BUTTON_PROPERTY<br />

(item_id VARCHAR2,<br />

button_name VARCHAR2,<br />

property NUMBER,<br />

x NUMBER,<br />

y NUMBER);<br />

SET_RADIO_BUTTON_PROPERTY<br />

(item_name VARCHAR2,<br />

button_name VARCHAR2,<br />

property NUMBER,<br />

x NUMBER,<br />

y NUMBER);<br />

SET_RADIO_BUTTON_PROPERTY<br />

(item_name VARCHAR2,<br />

button_name VARCHAR2,<br />

property NUMBER,<br />

value NUMBER);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

item_id Specifies the radio group item ID. <strong>Form</strong> <strong>Builder</strong> assigns the unique ID at<br />

the time it creates the object. Use the FIND_ITEM built-in to return the<br />

ID to an appropriately typed variable.<br />

item_name Specifies the name of the radio group. The radio group is the owner or<br />

parent of its subordinate radio buttons. The data type of the name is<br />

VARCHAR2.<br />

button_name Specifies the name of the radio button whose property you want to set. The<br />

data type of the name is VARCHAR2.<br />

property Specifies the property you want to set. The possible property constants you<br />

can set are as follows:<br />

404<br />

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

ENABLED Specify PROPERTY_TRUE constant if you want to enable<br />

the radio button. Specify PROPERTY_FALSE if you want to disable the<br />

radio button from operator control.

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

Saved successfully!

Ooh no, something went wrong!