ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing main window menus
A main menu is necessarily associated with a window...
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: ...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)...
Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
DeleteShortcut (Function)
Deletes a shortcut previously created by CreateShortcut from the Windows desktop, from the "Start" menu of Windows or from a specific directory.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
HsMenu,Name (External language)
Adds a menu into the window that is opened.
<Menu>.InsertMenu (Function)
Inserts a menu before another menu in a window.
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
WinOutHeight (Function)
Returns the full height of the window (including the border, menu bar and title).
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)....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
OpenMainMenu (Function)
Opens the main menu of the current window.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
<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.
<Menu>.Add (Function)
Adds an existing popup menu to the main menu of the current window.
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
1
2
>