Base Menu - Items Property

Collection of items in the component

Member of Base Menu (PRIM_MENU)

Data Type - Collection of PRIM_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

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2