ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
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....
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
How to choose the data source of a control?
This help page presents the different data sources available for a control....
OpenDocument (Function)
Opens a document in a new (modeless) window using the appropriate WINDEV editor (word processor, spreadsheet, PDF reader or image editor).
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
Installing the monitoring robot
The monitoring robot includes three executables......
MyWindow (Reserved word)
MyWindow is used to handle the current window...
JSInterruptEvent (Function)
Interrupts the process of current event.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
ArrayCopy (Function)
Copies the content of an array to another array.
DLNA/UPnP functions
The following WLanguage functions are used to handle UPnP devices...
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......