ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Constants for managing character strings
List of constants used by string management functions...
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Handling Gantt Chart controls programmatically
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
TableMode (Function)
TableMode is kept for backward compatibility.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
16. Application test in practice
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......