ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
IconInstall (Function)
Creates an icon (associated with a program) in a group of Windows programs, with the associated command line.
2. Analysis in practice
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
15. Cookies: information stored on the end user's computer
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
nWDSetParentNext
Set the parent of the next window to open......
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......