ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
<Source>.ExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
HTTPProgressBar (Function)
Displays a progress bar when:
  • receiving the response to an HTTP request.
  • sending an HTTP form (HTTPSendForm) or an HTTP query.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
<Source>.ExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
<Source>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
<Source>.ExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
<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.
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
HLogRecreate (Function)
Used to re-create an empty log.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
The Static control
A Static control is a control used to display a static text......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
The OLE control
The OLE control is used to handle an OLE object......
Handling an Organization Chart control through programming (prefix syntax)
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
The Sidebar control
The Sidebar control gives access to different options......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
Handling Organization Chart controls programmatically
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Handling menu options programmatically
The menu options can be handled......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
The Edit control
The Edit control allows users to enter data......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......