ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional events
By default, the codes available in the code editor correspond to the most common codes......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
2. Modes to install an application
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
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 ......
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
Merging differences (SCM)
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
WINDEV License Agreement
WINDEV License Agreement...
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
2. How to test a site?