Editing Menus |
|
|
The following functions are available to edit menus: |
field_set_menu | field_set_menu ({WDG_ID}, {FLD}, {STR_EXPR}) Sets a selection menu for the specified field. If the menu is not available yet, it is loaded now. |
menu_create | menu_create ({STR_EXPR}) or menu_create ({STR_EXPR}, {VAR_LIST}) Generates a menu from the forwarded variable arrays (with several columns if necessary). |
menu_sel_name | {STR_VAR}= menu_sel_name() This function is used to determine the name of the current menu selection. |
menu_sel_text | {STR_VAR}= menu_sel_text() This function is used to determine the text of the current menu selection in LogiView. |