Android Question Menuitems + B4XPages

epiCode

Active Member
Licensed User
What does the following two lines actually do ?
Most examples of Menu + b4xpages have them in the beginning.

B4X:
Dim MenuItemsAll As List = B4XPages.GetManager.GetPageInfoFromRoot(Root).Parent.MenuItems
    MenuItemsAll.Clear
 
Top