ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Comparison operators
The comparison operators can be divided into several categories......
Variable scope
Variables can be declared anywhere in the code....
Handling an Upload control through programming
The Upload control is used to upload one or more files....