ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
OpenMainMenu (Function)
In french: OuvreMenuPrincipal
Opens the main menu of the current window.
Example
OpenMainMenu()
Syntax
OpenMainMenu()
Remarks
  • This function has no effect if there is no current window during the call to the function or if the current window contains no main menu.
  • From Android version 3.0, the menu button will not be systematically displayed in the navigation bar of the device.
    To display the main menu of the window, we advise you to:
    • use an Action Bar in the window: in this case, the menu can be opened from the Action Bar.
    • call OpenMainMenu from a button of the window (for example).
  • This function can be used in the simulator.
Component: wd290android.jar
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help