ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Transactions: Secure your processing of HFSQL tables
This chapter presents the following topics......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
DNS constants
The FilteredItem property is used to identify the item that has a filter implemented by HFilter....
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
25. Performing a process on several successive pages
Performing a process on several successive pages...
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
HReadNext (Function)
Sets the position on the next table record according to a browse item.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
14. Controls in practice
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
REST web service: Creating entry points
The REST web service entry point creation wizard opens......
Image control in a window
This help page presents the characteristics of an Image control found in a window...