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.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Properties associated with a page
Range Slider control properties
The following properties are associated with the Range Slider control:...
Scrollbar control properties
List of properties associated with the Scrollbar control...
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
Events associated with pages
List of events associated with pages...
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Enumeration (Type of variable)
An enumeration is a set of values......
Automation object
The Automation keyword is used to declare an automation object...
.NET object
To access a class......
EXE constants
List of constants used by the functions for managing executables....
ControlClone (Function)
Creates a new control from an existing control.
Describing an element
A flexible modeling includes different elements linked together......
iParameter (Function)
Retrieves the printer configuration and configures the print.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.