ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Error 703: The property does not exist
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
<Source>.MigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
HMigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
4. UI: Windows
IU of windows...
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
<Captcha>.Verify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
<Connection variable>.RSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
Data persistence
The data persistence is used to store the value typed by the user......
17. WLanguage: a simple and powerful language
Creating a Java archive
When your Java application is developed, you can......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Writing an email: the available methods
This help page presents the methods for writing an email....