ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV 2026 Tutorial - Table of contents
Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure.
New features in WINDEV 2026
WINDEV 2026 is now available.
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy...
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
New products brochure 28: WINDEV new products
New features in WINDEV 28 presented in the New Features brochure.
General environment of WINDEV
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
WINDEV 2026: New WLanguage features
Version 2026 includes new and improved functions, properties and data types, ...
Shared analysis between earlier WINDEV applications and WINDEV 2026
An analysis can be shared between a WINDEV application...
2026 new features brochure: WINDEV new features
What's new in WINDEV 2026 in the What's new 2026 brochure.
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure.
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure.
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time...
InWindowsMobileMode (Function)
Indicates whether the code is run:
  • from a Windows Mobile application.
  • from a WINDEV application, from a WEBDEV website or from a PHP application.
Function kept for backward compatibility.
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
Functions for handling commands in console mode
Functions for handling commands in console mode.
Functions for handling commands in console mode (prefix syntax)
Functions for handling commands in console mode.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created...
Environment of the project editor
The main elements of the project editor are as follows:
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses...
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Programming an indexed control
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Composite keys
A composite key is a key item containing several other items......
DotNetDelegate (Function)
Initializes a.NET delegate.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations...
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll...
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection...
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external...
Automation object
The Automation keyword is used to declare an automation object...
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro...
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple...
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number...
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite...
Android Widget windows
An Android application can contain one or more Widget windows......
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup...
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Calling a procedure/a function
Syntax for calling a local or global procedure.