ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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"...
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...
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications...
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible"...
Environment of the query editor
Code editor: Display options
The code editor proposes several display options......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page...
Copying controls from the page editor
The controls can be copied from the page editor......
Copying controls from the window editor
The controls can be copied from the window editor......
Copying controls from the report editor
The controls can be copied from the report editor......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can...
4. Create a page in the editor...
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<Image Editor>.Open (Function)
Opens an image in an Image Editor control.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images...
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
HTML Editor control functions
List of functions for managing HTML Editor controls...
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
1
2
3
4
5
6
70
>