ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
<Menu>.Delete (Function)
Deletes a menu or a menu option.
MenuDelete (Function)
Deletes a menu or a menu option.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
MenuInsertMenu (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.
<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.
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.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
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......
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
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.
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
1
2
3
4
5
6
248
>