Manipulating List Items at Runtime
Oracle Forms provides triggers that you can use to respond to interface events that occur when the end user manipulates a List item.
- When-List-Activated
- When-List-Changed
At runtime, you can programmatically add, remove, modify, or evaluate elements in a List item by using the following Built-in subprograms:
ADD_LIST_ELEMENT
CONVERT_OTHER_VALUE
DELETE_LIST_ELEMENT
GET_LIST_ELEMENT_COUNT
GET_LIST_ELEMENT_LABEL
GET_LIST_ELEMENT_VALUE
POPULATE_LIST
RETRIEVE_LIST
Related topics
About List items
Creating a List item
When-List-Activated Trigger
When-List-Changed Trigger
About adding List elements
Retrieving and storing List elements in a record group
About deleting List elements