ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Progress Bar control
The Progress Bar control is used to follow the progress of an event...
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control...
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.AddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
<Source>.ExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
HExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<Source>.ExportJSONString (Function)
Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string.
HExportJSONString (Function)
Exports the records from a table (HFSQL or OLE DB), view, or query to a JSON string.
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
29. SEO in practice
8. Sharing a project in practice
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Image editor: Features
The image editor includes several features......
Creating the Form windows of a WINDEV RAD pattern
Handling Scheduler controls programmatically
A Scheduler control can be......
The planes in WEBDEV
The planes are used to group the controls of an element......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Code snippets
The code editor allows you to enter "Code snippets"......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Handling Gantt Chart controls programmatically
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....