AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas
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
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local