ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)......
License agreement - HFSQL Client/Server
7. AJAX technology
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
gpwRegisteredUsers (Function)
Returns the value corresponding to the word "Registered users" according to the framework used or the language specified.
Pattern compression (ADSL, 3G, Edge, VPN, etc.)
A frame is a packet of data that flows through the network......
8. Windows in practice
Discover the main actions that can be performed on the windows....
9. Hardware and software requirements
Error customization
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV website......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
14. Report templates
...Report templates are used to easily standardize report layouts....
Using a query with parameters
A query with parameters can be used......
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
sysNotificationProgressBar (Variable type)
The sysNotificationProgressBar type is used to define all the characteristics of a progress bar displayed in an interactive notification, including text, progress, etc. This new variable type is available from WINDEV Suite SaaS 2025 Update 1....
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
jsonReader (Variable type)
The type jsonReader type allows linear browsing of a large JSON document with optimal performance and reduced memory usage. Warning This type of variable is only available from version 2025 Update 3....
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
<AuthToken>.RefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
Writing an email: the available methods
This help page presents the methods for writing an email....