ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error 30: An exception process cannot be declared inside another exception process...
SpreadsheetBorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
fUnlock (Example)
Usage example of the fUnlock function
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
Code editor: Display options
The code editor proposes several display options......
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Entity of a CDM
To group information according the MERISE method, entities must be created......
Environment of the report editor
Environment of the report editor...
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Context menu of windows (AAF)
The context menu of the windows (right mouse click on the window) contains the following options......
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
CreateShortcut (Example)
Usage example of the CreateShortcut function
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Compile (Example)
Usage example of the Compile function