ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
HErrorLock (Function)
Used to check whether a lock error occurred.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be manipulated in WLanguage in a window with the following properties.
Project Management Hub: Time tracking
The time spent can be listed on......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
Compilation options (chm format)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory....
ThreadEnd (Function)
Ends the execution of the current thread.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
ChronoReset (Function)
Stops and resets a running stopwatch.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Flexbox control description: General Tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
The different types of windows
The following types of windows can be created in a WINDEV application......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.