ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
20 results for: Window menu
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage two types of menus:...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)...
Manipulating menu options programmatically
Menu options can be manipulated...
Managing main window menus
A main menu is necessarily associated with a window...
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
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......
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.