ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
EmailCheckAddress (Function)
Checks the validity of an email address.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Handling the report blocks through programming
Each report block is associated with different events......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Events associated with List Box controls
List of events associated with List Box controls...
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......