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.
Progress Bar control properties
List of properties associated with the Progress Bar control...
19. Upload: Sending files to the server
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
The Upload control
The Upload control is used to upload files on the Web server......
Events associated with an infinite Progress Bar control
WLanguage procedure called by zipAddDirectory to handle the progress bar
WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive.
WLanguage procedure called by zipExtractDirectory to manage progress bars
WLanguage procedure ("Callback") used by zipExtractDirectory to manage the progress of files being extracted from the archive.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
NetGetFile (Example)
Usage example of the NetGetFile function
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
fUncompress (Example)
Usage example of the fUncompress function
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
Animation (Property)
The Animation property animates an image.
NextTitle (Function)
Modifies the title of next window to open.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
zipExtractAll (Example)
Usage example of the zipExtractAll function
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
zipExtractFile (Example)
Usage example of the zipExtractFile function
1
2
3
4
5
6
76
>