ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
Reintegrating translated text into a project
Once the translation of framework libraries ("......
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
Creating a delete query
A delete query (corresponding SQL statement......
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
HListHistoryReindexing (Function)
Lists the operations performed on current tables, over the last 24 hours, or on the last 1000 tables. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
<Connexion HFSQL>ListHistoryReindexing (Function)
Lists the operations performed on current tables, over the last 24 hours, or on the last 1000 tables. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Properties associated with the tab pane
A tab pane can be manipulated in WLanguage in a window or a page with the following properties......
fExtractPath (Function)
Returns the different elements of a path: drive, directories, name and extension of the file.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....