ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
MenuExist (Function)
Indicates whether a menu option exists in a menu.
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
<Menu>.Add (Function)
Adds an existing popup menu to the main menu of the current window.
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
<Menu>.AddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
<Menu>.AddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
Discover all the possibilities of pivot tables
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
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.
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
1
2
3
4
5
6
119
>