ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
zipExtractPath (Function)
Returns the path of a file found in the archive.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Constants for encryption/compression
List of constants used by the encryption/compression functions...
Window controls
Several types of controls can be used in a window, ......
DataType (Function)
Identifying the type of a WLanguage variable.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Operator on Address
The & operator returns the address of a variable as an integer
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
Constants used by the functions for managing countries and continents
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Constant
The constants are language elements whose value is fixed once and for all...
Data persistence
The data persistence is used to store the value typed by the user......
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......