Previous Up Next

_APPitem
Add a new text item (choice) in a menu.

ObjMenuItem _APPitem (
Chn _channel_
ObjMenu _menu_
I _flag_
S _choice_
)
Parameters

_channel_
proprietary channel
_menu_
any menu
_flag_
flag :
ME_CHECKED checked choice
ME_UNCHECKED unchecked choice
ME_DISABLED disabled choice
ME_ENABLED (default) accessible choice
ME_SEPARATOR not a choice, but only a separator : _choice_ is ignored
_choice_
title of the choice
Return value

new menu item