ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
WINDEV: Example of programmed Drag and Drop
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
<Component>.Load (Function)
Loads an external component independent of the current project.
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
The different types of windows
The following types of windows can be created in a WINDEV application......
Operations performed on collaboration diagrams
The following paragraphs explain......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Operations performed on object diagrams
The following paragraphs explain......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Environment of code editor
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.