ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: Popup menu
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
<Menu>.Add (Function)
Adds an existing popup menu to the main menu of the current window.
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
Including a supercontrol in a window or in a page
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Select query description window
The description window of a select query includes several sections......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Handling Gantt Chart controls programmatically