ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Your version: 01F250083H (WINDEV 25)

Help / WLanguage / WLanguage functions / Controls, pages and windows / Menu functions / Prefixed syntax
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
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 popup menu
Linux Only the menus, options and separators added by 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 subscript 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 : wd250obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/01/2020

Send a report | Local help