ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
LanguageToName (Function)
Returns the name of a language.
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Error 204: using a parameter without optional value after parameters ...
9. Overlaying controls
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
SocketConnect (Function)
Connects a client computer to a given socket.
dDisplay (Function)
Displays the drawing in the Image control.
SocketRead (Function)
Retrieves a message sent by another socket.
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Setup on a local network (LAN)
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Socket management functions
List of functions for managing sockets...
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
HTTP functions (prefix syntax)
List of HTTP functions...
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......