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.
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
The Check Box control
A Check Box can correspond to......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
The Tab control
The Tab control is used to simultaneously display different controls......
The Clickable Image control
The Clickable Image control can be used to......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Reports
A report provides a custom view of data......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Image control in a window
This help page presents the characteristics of an Image control found in a window...
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Translating a text file with WDTRAD
The pages
Pages are the main interface of a WEBDEV site......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
WEBDEV concepts
TableMode (Function)
TableMode is kept for backward compatibility.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......