ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<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.
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.
fWatchStopAll (Function)
Stops all current watch tasks of files and directories.
fWatchFile (Function)
Starts watching a file.
HListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
fWatchStop (Function)
Stops watching a file or 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.
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...
IF statement
The conditional IF statement allows you to run an action according to a condition...
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated...
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost,...
Operators on character strings
The character strings can be handled by specific WLanguage functions...
Global and local variable
Two types of variables are available......
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
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Classes, members, methods and properties
A class is made of......
Code editor options
A series of options allows you to customize and take full advantage of the code editor......