ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
SocketClose (Function)
Closes a socket or a connection to a server socket.
SCM file format evolutions
Four versions are available for the SCM repository......
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Recycle code windows
By default, a single code window is opened per ......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Word Processing control events
WINDEV manages the following events by default......
Events associated with an infinite Progress Bar control
Events associated with a Dockable Panel control
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
FontUnload (Function)
Unloads a font previously loaded with FontLoad. This new function is available from WINDEV Suite SaaS 2025 Update 1....
Drawing constants
List of constants used by the drawing functions....
XML management: Use example
This application example manages an XML file named "Orders......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......