ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
MenuState (Function)
Identifies the state of an option in a context or drop-down menu, i.e., active, disabled or invisible.
MenuDelete (Function)
Deletes a menu or a menu option.
Manipulating menu options programmatically
Menu options can be manipulated...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
Referring to an element in a WLanguage event / process
<Menu>.Delete (Function)
Deletes a menu or a menu option.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
Image (Property)
The Image property gets and sets the background image of a control or block.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
HsMenu,Label (Function)
Modifies the caption of a menu option.
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
HsMenu,Status (External language)
Returns the status of a menu option (active, invisible, grayed).
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
1
2
>