ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MyParent (Reserved word)
MyParent is used to handle...
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
upnpDevice (Type of variable)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
Compression (Property)
The Compression property gets and sets the data compression mode.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Automation object
The Automation keyword is used to declare an automation object...
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
Popup window
WINDEV allows you to open windows in popup format......
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
HReadFirst (Function)
Sets the position on the first record according to a browse item.