ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a data file present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Source>.WatchStop (Function)
Stops watching a data file on an HFSQL server.
HListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
HWatchStop (Function)
Stops watching a data file on an HFSQL server.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a data file present on an HFSQL server. In case of modification, a specific procedure can be triggered.
IF statement
The conditional IF statement allows you to run an action according to a condition...
Bitwise operators
The operations on binary values are performed......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated...
Operators on character strings
The character strings can be handled by specific WLanguage functions...
Global and local variable
Two types of variables are available......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost,...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
List of extension attributes
The list of extension attributes ......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file...
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced...
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page...
The different types of integers
Phone constants (Android / iOS)
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time...
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Constants for managing multilingual applications
List of constants used by the functions for managing multilingual applications...
Specific features of the Express version
Classes, members, methods and properties
A class is made of......
Comparison operators
The comparison operators can be divided into several categories......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...