ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"...
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
<HTML editor>.Search (Function)
Searches for a string in an HTML Editor control.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
<HTML editor>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images...
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page...
<HTML editor>.GetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
HTML Editor control constants
or Combination item. This item was defined in the data model editor or programmatically. Define the type used...
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<Code Editor>.Compile (Function)
Compiles the WLanguage code displayed in the Code Editor control and displays any errors.
Code Editor control properties
You can manipulate Code Editor controls in a window using the following WLanguage properties......
<Diagram Editor>.SelectPlus (Function)
Selects a shape in a Diagram Editor control.
<Code Editor>.DuplicateLine (Function)
Duplicates the current line in the Code Editor control.
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
<Diagram Editor>.EndModification (Function)
Indicates the end of a series of actions performed in a Diagram Editor control in a single event...
Text editing (Code editor)
When developing a new feature, it may be useful to keep the same environment for opening text...
Code completion in the code editor
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
<Code Editor>.Search (Function)
Searches for a string or regular expression in the Code Editor control.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
Copying controls from the report editor
The controls can be copied from the report editor......
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images...
Diagram Editor control properties
Usage example of the ServiceWaitStatus function...
1
3
4
5
6
7
123
>