ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
Multiline strings
To type character strings over several lines in the code editor...
W3C standardization
You must comply with the W3C standard (HTML 4......
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
You used WINDEV 28
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
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......
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
4. When to use the debugger?
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
HTMLEditorReplace (Function)
Replaces one string with another in an HTML Editor control.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.