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.
Using the Vista style in your windows
WINDEV allows you to customize......
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Detailed use of WINDEV FTP/RPC
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
9. Types of standard controls
Types of standard controls...
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Window controls
Several types of controls can be used in a window, ......
Page templates
WEBDEV allows you to create page templates......
HIndex (Function)
Rebuilds the file index (".NDX" file).
Upload control events
The following processes are associated with the Upload control:...
Events associated with a Gantt Chart column
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
8. Windows in practice
Discover the main actions that can be performed on the windows....
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
1
3
4
5
6
7
76
>