<< Click to Display Table of Contents >> AddItem SEMenuList |
![]() ![]() ![]() |
Purpose
Add a MenuListItem object to the menu list
Prototype
METHOD AddItem(oMenuListItem, lInsertTop) CLASS SEMenuList
Arguments
<oMenuListItem> |
A MenuListItem object which shall be added. |
[<lInsertTop>] |
Defines the position where MenuListItem object is added. TRUE, it will be added at the top of the list. FALSE, it will be added at the end of the list. The default value is FALSE. |