ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: menu context
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
The Context Menu control (WEBDEV)
Context menus are often used in websites......
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....
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
<Menu>.AddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
<Chart>.MenuOption (Function)
Modifies the text of an option in the context menu of a chart.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
<Chart>.Menu (Function)
Defines the type of context menu displayed by a chart.
grMenu (Function)
Defines the type of context menu displayed by a chart.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
<Menu>.AddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.