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.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
Service constants
List of constants used by the functions for managing services....
BurnerSave (Example)
Usage example of the BurnerSave function
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
ChangeAction (Example)
Usage example of ChangeAction
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Installing a Webservice (old format)
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
BurnerErase (Example)
Usage example of the BurnerErase function
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
MyPage (Reserved word)
MyPage is used to handle the current page...
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Warning 18: Loop without potential end