hiGetMenuItems
hiGetMenuItems(r_hiMenu) =>l_menuItems/nil
Description
Returns a list of the menu items in the specified menu.
Argument
|
The menu SKILL structure, returned by |
Values Returned
|
There was an error, such as the following: r_hiMenu is not a menu structure or r_hiMenu is a 2D menu. |
Examples
The following code gets the list of menu items from the first menu on the CIW:
hiGetMenuItems(eval(car(hiGetBannerMenus(hiGetCIWindow()))))
Related Topics
Return to top