ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
<Looper>.Sort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
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.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
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.
19. Sending emails
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
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.
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
1
2
3
4
5
6
437
>