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