Multiple choice

An application uses a menu that contains a Check type Menu Item. Which built-in should be used to programmatically toggle the checked/unchecked state of the Check item?

  1. FIND_MENU_ITEM

  2. GET_ITEM_PROPERTY

  3. SET_ITEM_PROPERTY

  4. SET_MENU_ITEM_PROPERTY

  5. GET_MENU_ITEM_PROPERTY

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

To modify properties of specific menu items, such as a check menu item, at runtime in Oracle Forms, the built-in subprogram SET_MENU_ITEM_PROPERTY must be used. GET_MENU_ITEM_PROPERTY is used to retrieve properties.