guiMenuCreate (Function) |
Top Previous Next |
This function creates a new menu.
Each menu can contain up to 8 items, which are either sub menus or menu items that triggers the menu clicked event when clicked..
Input: tag : DINT The tag value to store.
Output: menu : SYSHANDLE The handle to the new menu.
Returns: INT
Declaration: FUNCTION guiMenuCreate : INT;
Example: INCLUDE rtcu.inc |