AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Opens the main menu of the current window.
Ejemplo
OpenMainMenu()
Sintaxis
OpenMainMenu()
Observaciones
  • 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:
    • or use a 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.
Componente: wd300android.jar
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 04/10/2024

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