ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....