ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing drop-down menus
List of constants used by the functions for managing menus....
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
EmailCheckAddress (Function)
Checks the validity of an email address.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Customizing the User Groupware
Push notification
A mobile device can receive push notifications......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Partial indexing of memos
You now have the ability to index the content of a text memo item......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Debugging constants
List of constants used by the debugging functions...
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......