ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
DateToInteger (Function)
Converts a date to an integer.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
12. External component in practice
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
14. Generation modes
Generation modes...
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.