sc_appmenu_remove_item("Menu_Name", "Id_Item")

Remove dinamically a menu item.

To use this macro it is necessary to execute the macro sc_appmenu_create before.

Parâmetro Descrição
menu_name Menu application name
id_item Menu item id


Ex. 1:
sc_appmenu_remove_item('menu_main','item_2');