ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
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...
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
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.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
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.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Events associated with framesets
List of events associated with framesets...
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......