ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
SOAP constants
List of constants used by the SOAP functions....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Multi-product external components
Components are a remarkably useful tool for development teams......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Creating a window skin template
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
WDMSG, WDTRAD and WDDIXIO: Translation tools
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
Thumbnail (Property)
The Thumbnail property can be used on: the items of an HFSQL data file. For more details, see Thumbnail property on items. the Thumbnail controls (WEBDEV only). For more details, see Thumbnail property on Thumbnail controls....
Handling a WinForm .Net control through programming
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
8. Optimizing an application