Collection of items in the component |
Member of Base Menu (PRIM_MENU)
Data Type - Collection ofPRIM_MITM - Menu item used to construct menus
Collection of all items in the menu.
Iterating over the selected items in a list
For each(#Item) In(#List.Items)
Continue (*Not #Item.Selected)
* User processing here
Endfor