ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
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......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
5. Web services
WINDEV allows you to easily use web services (or XML web services)....
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
Scanner functions (prefix syntax)
The scanner functions are as follows:...
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....
PDFSign (Function)
Adds an approval signature to an existing PDF.
12. Control templates
WINDEV Mobile allows you to create control templates....
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
How to include secure payment in a WEBDEV website?
This help page explains how to add a secure payment into a WEBDEV website......
Application triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table....
Date (Type of variable)
The Date type enables you to easily handle the dates...
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
ERR_NOTACTIVATED
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....