sc_appmenu_create("Menu_Name")

The sc_appmenu_create() macro initializes the array used to dynamically build a menu application. The name of the target menu must be passed as a parameter.

Note: This macro must be used in Control application events or other application types, but not in the onLoad event of the Menu application itself.

Example


// Example 1: Creates a dynamic menu structure named "menu_main"
sc_appmenu_create("menu_main");