ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
15. Creating the executable in practice
Creating the executable in practice...
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
HCheckStructure (Function)
Defines the mode for comparing data files.
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
BackgroundTaskAdd (Function)
Adds a new background task.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).