nmpHideMenus (Function) |
Top Previous Next |
This function will show or hide menus on the NMP. This can be used to make the screen area available to the map larger.
Input: menus : DINT This is a mask that determines the visible menus. Each bit represents a menu, where 1 is visible, and 0 is hidden. The following values can be used to control the menus:
Returns: INT
Declaration: FUNCTION nmpHideMenus : INT;
Example: INCLUDE rtcu.inc |