ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayUnion (Function)
Returns an array corresponding to the union of two arrays. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
CertificateSignMSIXPackage (Function)
Signs an MSIX package with a certificate. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays. Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
Error 1007: The member is global: use the: operator: to access it
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Creating, generating and deploying a SOAP web service
WINDEV and WEBDEV allow you to generate web services directly......
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....