ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
WEBDEV license agreement
WEBDEV license agreement...
MapAddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map 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.
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
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.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
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.
WDINT license agreement
WDINT license agreement...
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
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....
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
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......