ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Reverse code modeling
The reverse code modeling allows you to view in a graph......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop