 |
ALPHA-VISION® Window dependent Actions: Wnd_SubMenu
|
Wnd_SubMenu
SUMMARY
Wnd_SubMenu - Load submenu
SYNTAX
Wnd_SubMenu (
<MenueId>)
ARGUMENTS
- MenueId
-
Name of the Sub Menu
DESCRIPTION
Loads the defined Menu as Sub Menu to the actual one.
See also
Wnd_PopMenu
EXAMPLES
Wnd_SubMenu(Menu_2)
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times