ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Properties associated with the areas defined in Zoning mode
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
CodeJS (Property)
The CodeJS property is used to read and change the JavaScript code associated with a Web Component control.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Sticky header (Code editor)
When working in a large code file (larger than the screen), it can sometimes be difficult to determine where you are in the code......
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
<Window>.EdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.