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 viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
WDXView: Overview
WDXView is an ActiveX browser......
After
They After keyword can correspond to:
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
Preset control properties
List of properties associated with the Preset control...
Calculated control properties
List of properties associated with the Calculated control...
Handling controls in a report
The different operations available for the report controls are as follows......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
BurnerAddFile (Function)
Adds a file to the compilation.
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
WidgetDisplay (Function)
Refreshes a widget window.
Beep (Function)
Emits a beep.
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......