ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Programming custom calculations in Table controls
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....
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Programming overview in C and C++
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
grCreate (Function)
Creates a specific type of chart.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Global and local variable
Two types of variables are available......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Automatic management of exceptions
The management of exceptions can be customized by process......
LDAPFind (Function)
Performs a search in an LDAP server.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.