ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Menu functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
<Menu>.Delete (Function)
In french: <Menu>.Supprime
AjaxNot available
Deletes a menu or a menu option.
WINDEV You can delete options from the main menu or from a context menu
WEBDEV - Server codeLinuxPHP Only the menus, options and separators added through programming (with <Menu>.AddMenu, <Menu>.AddOption and <Menu>.AddSeparator) can be deleted.
Example
// Delete the "OPT_Exit" option from the "FileMenu" menu
FileMenu.OPT_Exit.Delete()
Syntax

Deleting a menu Hide the details

<Menu name>.Delete()
<Menu name>: Menu name
Name of the menu to delete.

Deleting a menu option Hide the details

<Option name>.Delete()
<Option name>: Menu name
Name of the menu option to delete, in the following format: "<Menu name>.<Option name>".
This option will be permanently deleted from the menu.

Deleting a menu option by its index Hide the details

<Menu name>.Delete(<Option rank>)
<Menu name>: Menu name
Name of the menu containing the option to delete. It can be a main menu or a popup menu.
<Option rank>: Integer
Rank of the option to delete from the menu (the ranks start from 1).
This option will be permanently deleted from the menu.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help