ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Error 31: The file to include is not found. Check the name and path ...
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Declaring and using a variable
A variable is defined by name and type......
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
How to develop a PHP site?
What is a PHP site?......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Replication management functions
Three types of replication are proposed......
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
The "Code hashtags" pane
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Language (Property)
The Language property is used to get and change the language used.