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.
ActiveX control properties
List of properties associated with the ActiveX control...
Ad control properties
An Ad control found in a window can be handled in a window by the following WLanguage properties.
Mobile Image Editor control properties
You can manipulate Mobile Image Editor controls in a window using the following WLanguage properties......
Properties associated with a window
List of properties associated with a window...
CookieRead (Example)
Usage example of the CookieRead function
RTF control properties
List of properties associated with the RTF control...
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
.NET Assemblies
.NET is Microsoft's software development platform......
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
HListScheduling (Function)
Lists the scheduled tasks defined on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
ExeListProcess (Function)
Returns the list of applications currently run.
Properties associated with a report
List of properties associated with a report...
Sidebar control properties
List of properties associated with the Sidebar control...
Carousel control properties
List of properties associated with the Carousel control...
Spin control properties
List of properties associated with the Spin control...
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
Item control properties
List of properties associated with the Item control...
Image Editor control properties
You can manipulate Image Editor controls in a window using the following WLanguage properties......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....