ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dFill (Example)
Usage example of the dFill function
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Creating the Relation pages of a WEBDEV RAD pattern
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
TreeView constants
List of constants used by the TreeXXX functions...
DDEString (Example)
Usage example of the DDEString function
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
DDEConnect (Example)
Usage example of the DDEConnect function
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Creating an insert query
An insert query (corresponding SQL statement......
OrgModify (Function)
Modifies an element in an Organization Chart control.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
zipExtractPath (Function)
Returns the path of a file found in the archive.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......