ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
4. HFSQL Classic
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Designing a supercontrol
A supercontrol is an advanced type of control......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Link properties
When creating a link, you can simply specify the destination......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......