ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025
You are using an unknown internal version

How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
DnDEvent (Example)
Usage example of the DnDEvent function
1. Examples provided with WINDEV Mobile
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
9. Internal page
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Copying controls from the window editor
The controls can be copied from the window editor......
Source (Property)
The Source property is used to get and change the source of an element.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
9. Types of standard controls
Types of standard controls...
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
Copying controls from the page editor
The controls can be copied from the page editor......
Describing a problem to the Free Technical Support
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Constants for managing tiles
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
XMLOpenReader (Example)
Usage example of XMLOpenReader