AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de menús
  • Example: Finding out from a window whether a menu option is checked
MenuIsMarked (Example)
Example: Finding out from a window whether a menu option is checked
WINDEVReportes y ConsultasCódigo de Usuario (UMC) The following example is used to find out whether a menu option is checked. This check is performed from a window other than the window containing the menu.
Note: the window containing this menu must necessarily be opened.
bBool is boolean
bBool = MenuIsMarked(WIN_WinWithMenu, WIN_WindowName.MenuName.NameSubMenu)
IF bBool = True THEN
Info("The sub-menu is checked")
ELSE
Info("The sub-menu is not checked")
END
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/05/2022

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